mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix debug info
This commit is contained in:
parent
6b536ced92
commit
cc6c18b5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace Wox.Infrastructure.Logger
|
|||
#if DEBUG
|
||||
var rule = new LoggingRule("*", LogLevel.Debug, target);
|
||||
#else
|
||||
var rule = new LoggingRule("*", LogLevel.Debug, target);
|
||||
var rule = new LoggingRule("*", LogLevel.Info, target);
|
||||
#endif
|
||||
configuration.LoggingRules.Add(rule);
|
||||
LogManager.Configuration = configuration;
|
||||
|
|
|
|||
Loading…
Reference in a new issue