We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9918b81 commit 5b0d123Copy full SHA for 5b0d123
ArchiSteamFarm/Logging.cs
@@ -87,6 +87,7 @@ internal static void InitEnhancedLoggers() {
87
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Trace, eventLogTarget));
88
}
89
90
+ LogManager.ReconfigExistingLoggers();
91
LogGenericInfo("Logging module initialized!");
92
93
0 commit comments