Explorar el Código

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 hace 4 años
padre
commit
08aba7db6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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