Skip to content

Commit

Permalink
Update src/OpenTelemetry/Internal/SelfDiagnosticsConfigRefresher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Feb 23, 2023
1 parent 244fa38 commit e8438d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace OpenTelemetry.Internal
/// </summary>
internal class SelfDiagnosticsConfigRefresher : IDisposable
{
public static readonly byte[] MessageOnNewFile = Encoding.UTF8.GetBytes("If you are seeing this message, it means that the OpenTelemetry SDK has successfully created the log file used to write self-diagnostic logs. This file will be appended with logs as they appear. If you do not see any logs following this line, it means no logs of the configured LogLevel is occurring. You may change the the LogLevel to show lower log levels, so that logs of lower severities will be shown.\n");
public static readonly byte[] MessageOnNewFile = Encoding.UTF8.GetBytes("If you are seeing this message, it means that the OpenTelemetry SDK has successfully created the log file used to write self-diagnostic logs. This file will be appended with logs as they appear. If you do not see any logs following this line, it means no logs of the configured LogLevel is occurring. You may change the LogLevel to show lower log levels, so that logs of lower severities will be shown.\n");

private const int ConfigurationUpdatePeriodMilliSeconds = 10000;

Expand Down

0 comments on commit e8438d7

Please sign in to comment.