Skip to content

Commit

Permalink
Set Record app log level to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3bingham committed Jul 17, 2020
1 parent 32d588b commit c510b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Record/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Program

static Thread _fileWriteThread;

private static Logger.LogLevel _logLevel = Logger.LogLevel.Debug;
private static Logger.LogLevel _logLevel = Logger.LogLevel.Error;

private static Logger.LogOutput _logOutput = Logger.LogOutput.Console;

Expand Down

0 comments on commit c510b1d

Please sign in to comment.