From 4aaa87fd6ca5a8b149ce4a5f9d7b22ee5052f5d7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 18 Sep 2018 23:04:52 -0600 Subject: [PATCH] v0.20.4 [beta]: include single file logging --- package.json | 2 +- .../skel/Library/LaunchAgents/cloud.telebit.remote.plist.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea143be..289ad92 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/usr/share/dist/etc/skel/Library/LaunchAgents/cloud.telebit.remote.plist.tpl b/usr/share/dist/etc/skel/Library/LaunchAgents/cloud.telebit.remote.plist.tpl index 837f0da..bfbb52f 100644 --- a/usr/share/dist/etc/skel/Library/LaunchAgents/cloud.telebit.remote.plist.tpl +++ b/usr/share/dist/etc/skel/Library/LaunchAgents/cloud.telebit.remote.plist.tpl @@ -63,8 +63,8 @@ {TELEBIT_PATH} StandardErrorPath - {TELEBIT_LOG_DIR}/error.log + {TELEBIT_LOG_DIR}/telebit.log StandardOutPath - {TELEBIT_LOG_DIR}/info.log + {TELEBIT_LOG_DIR}/telebit.log