mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
We expect this to be refilled with nearly the same amount of entries, so trimming is not really needed
This commit is contained in:
@@ -187,7 +187,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
private static void InitConsoleLoggers() {
|
||||
ConsoleLoggingRules.ClearAndTrim();
|
||||
ConsoleLoggingRules.Clear();
|
||||
foreach (LoggingRule loggingRule in from loggingRule in LogManager.Configuration.LoggingRules from target in loggingRule.Targets where target is ColoredConsoleTarget || target is ConsoleTarget select loggingRule) {
|
||||
ConsoleLoggingRules.Add(loggingRule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user