소스 검색

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 년 전
부모
커밋
08aba7db6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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