single log file for both stdout and stderr

这个提交包含在:
AJ ONeal 2018-09-16 02:45:05 -06:00
父节点 31e036e341
当前提交 db785fd267

查看文件

@ -54,8 +54,8 @@
<string>{TELEBIT_PATH}</string> <string>{TELEBIT_PATH}</string>
<key>StandardErrorPath</key> <key>StandardErrorPath</key>
<string>{TELEBIT_LOG_DIR}/error.log</string> <string>{TELEBIT_LOG_DIR}/telebit.log</string>
<key>StandardOutPath</key> <key>StandardOutPath</key>
<string>{TELEBIT_LOG_DIR}/info.log</string> <string>{TELEBIT_LOG_DIR}/telebit.log</string>
</dict> </dict>
</plist> </plist>