v0.20.4 [beta]: include single file logging

This commit is contained in:
AJ ONeal 2018-09-18 23:04:52 -06:00
parent 8c018bca69
commit 4aaa87fd6c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.20.3",
"version": "0.20.4",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js",
"files": [

View File

@ -63,8 +63,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>