Browse Source

space

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

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

@ -122,7 +122,8 @@ namespace IPA.Logging
PrintFilter = SelfConfig.Debug_.ShowDebug_ ? LogLevel.All : LogLevel.InfoUp;
showTrace = SelfConfig.Debug_.ShowTrace_;
syncLogging = SelfConfig.Debug_.SyncLogging_;
if(SelfConfig.CommandLineValues.WriteLogs && !addedFilePrinter) {
if (SelfConfig.CommandLineValues.WriteLogs && !addedFilePrinter)
{
addedFilePrinter = true;
AddDefaultPrinter(new GlobalLogFilePrinter());
}


Loading…
Cancel
Save