Sfoglia il codice sorgente

Revert default option to redirect output logs

Redirecting output logs for all BepInEx users has proven a bad practice, as it removes the log file from a place it is expected to be found by actual game developers. With the development of RedirectInternalLogs at BepInEx/BepInEx.Debug it is now possible to capture output logs without changing their location permanently, which satisfies the needs of both game developers and BepInEx users. As such, the default for output log redirection is better left reverted and instead the users should use the official RedirectInternalLogs preloader patcher as a safer alternative.
ghorsington 4 anni fa
parent
commit
08aba7db6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doorstop/doorstop_config.ini

+ 1 - 1
doorstop/doorstop_config.ini

@@ -4,4 +4,4 @@ enabled=true
 # Specifies the path (absolute, or relative to the game's exe) to the DLL/EXE that should be executed by Doorstop
 targetAssembly=BepInEx\core\BepInEx.Preloader.dll
 # Specifies whether Unity's output log should be redirected to <current folder>\output_log.txt
-redirectOutputLog=true
+redirectOutputLog=false