Skip to content

Commit

Permalink
Added internal logger as default for clientOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Aug 10, 2023
1 parent 1946461 commit da06e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO.Ably.Shared/ClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ internal Func<DateTimeOffset> NowFunc
}

[JsonIgnore]
internal ILogger Logger { get; set; } = DefaultLogger.LoggerInstance;
internal ILogger Logger { get; set; } = InternalLogger.Create();

internal bool SkipInternetCheck { get; set; }

Expand Down

0 comments on commit da06e52

Please sign in to comment.