Skip to content

Commit

Permalink
fixed line wraps
Browse files Browse the repository at this point in the history
(cherry picked from commit a5af7b6)
  • Loading branch information
nickldp committed Jul 19, 2023
1 parent fa030d1 commit fbc47a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fundamentals/logging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ logs all debug messages to the console:
b.SetMinimumLevel(LogLevel.Debug);
});

var settings = MongoClientSettings.FromConnectionString("<your connection string>");
var settings = MongoClientSettings.FromConnectionString("<connection string>");
settings.LoggingSettings = new LoggingSettings(loggerFactory);
var client = new MongoClient(settings);

Expand Down

0 comments on commit fbc47a7

Please sign in to comment.