Skip to content

Commit 5b0d123

Browse files
committed
Closes #281
It's really weird that NLog doesn't make needed refresh on each addition/removal by itself
1 parent 9918b81 commit 5b0d123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArchiSteamFarm/Logging.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ internal static void InitEnhancedLoggers() {
8787
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Trace, eventLogTarget));
8888
}
8989

90+
LogManager.ReconfigExistingLoggers();
9091
LogGenericInfo("Logging module initialized!");
9192
}
9293

0 commit comments

Comments
 (0)