Skip to content

Commit e8abd7c

Browse files
committed
fix a variable name in Release
1 parent f80ae30 commit e8abd7c

File tree

1 file changed

+1
-1
lines changed
  • Flow.Launcher.Infrastructure/Logger

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Logger/Log.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static Log()
3434
#if DEBUG
3535
var rule = new LoggingRule("*", LogLevel.Debug, fileTargetASyncWrapper);
3636
#else
37-
var rule = new LoggingRule("*", LogLevel.Info, target);
37+
var rule = new LoggingRule("*", LogLevel.Info, fileTargetASyncWrapper);
3838
#endif
3939
configuration.LoggingRules.Add(rule);
4040
LogManager.Configuration = configuration;

0 commit comments

Comments
 (0)