Skip to content

Commit

Permalink
Comment out logger example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcox250 committed Mar 11, 2022
1 parent 9ac15b8 commit 927d93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ namespace ff_sdk
// - Serilog 2.10.0
// - Serilog.Sinks.Console 4.0.1
// View Serilog docs for more additional information https://github.com/serilog/serilog/wiki/Getting-Started
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.WriteTo.Console()
.CreateLogger();
// Log.Logger = new LoggerConfiguration()
// .MinimumLevel.Debug()
// .WriteTo.Console()
// .CreateLogger();
// Add your API Key here that you created in Harness
String API_KEY = "01ca2527-9f0a-41c4-8ee7-1e150de87f6a";
Expand Down

0 comments on commit 927d93d

Please sign in to comment.