Browse Source

Update StandardLogger.cs

pull/85/head
Kinsi 1 year ago
committed by GitHub
parent
commit
b5016453f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      IPA.Loader/Logging/StandardLogger.cs

+ 2
- 2
IPA.Loader/Logging/StandardLogger.cs View File

@ -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()
};
}
}
}

Loading…
Cancel
Save