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