diff --git a/IPA.Loader/Logging/StandardLogger.cs b/IPA.Loader/Logging/StandardLogger.cs index 50bb727b..8289454d 100644 --- a/IPA.Loader/Logging/StandardLogger.cs +++ b/IPA.Loader/Logging/StandardLogger.cs @@ -124,7 +124,7 @@ namespace IPA.Logging syncLogging = SelfConfig.Debug_.SyncLogging_; if(SelfConfig.CommandLineValues.WriteLogs && !addedFilePrinter) { addedFilePrinter = true; - AddDefaultPrinter(new GZFilePrinter()); + AddDefaultPrinter(new GlobalLogFilePrinter()); } } @@ -459,4 +459,4 @@ namespace IPA.Logging _ => throw new InvalidOperationException() }; } -} \ No newline at end of file +}