Skip to content

Commit c510b1d

Browse files
committed
Set Record app log level to Error
1 parent 32d588b commit c510b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Apps/Record/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Program
3333

3434
static Thread _fileWriteThread;
3535

36-
private static Logger.LogLevel _logLevel = Logger.LogLevel.Debug;
36+
private static Logger.LogLevel _logLevel = Logger.LogLevel.Error;
3737

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

0 commit comments

Comments
 (0)