mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Change default console log level back
This commit is contained in:
parent
2702c45b4f
commit
d135042a58
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace PluralKit.Core
|
|||
public string InfluxDb { get; set; }
|
||||
public string LogDir { get; set; }
|
||||
|
||||
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Verbose;
|
||||
public LogEventLevel ConsoleLogLevel { get; set; } = LogEventLevel.Debug;
|
||||
public LogEventLevel FileLogLevel { get; set; } = LogEventLevel.Information;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue