single log file for both stdout and stderr

This commit is contained in:
AJ ONeal 2018-09-16 02:45:05 -06:00
parent 31e036e341
commit db785fd267
1 changed files with 2 additions and 2 deletions

View File

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