浏览代码

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