aboutsummaryrefslogtreecommitdiff
path: root/logger-config.json
diff options
context:
space:
mode:
authorPeter Olsar <polsar@gmail.com>2018-12-14 17:14:04 -0800
committerPeter Olsar <polsar@gmail.com>2018-12-14 17:14:04 -0800
commitbe2835886bdc8519aac1e917d96a9bc1c513cbf9 (patch)
tree27bc2bf058971131006e91846ce8c7405c9b963e /logger-config.json
parent5877729bdda9ca20f164d9dff634f6bf3aa54204 (diff)
downloadtplink-energy-monitor-be2835886bdc8519aac1e917d96a9bc1c513cbf9.tar.xz
tplink-energy-monitor-be2835886bdc8519aac1e917d96a9bc1c513cbf9.zip
- Added support to specify logger config file on command line.
- Added support to specify log directory path in logger config.
Diffstat (limited to 'logger-config.json')
-rw-r--r--logger-config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/logger-config.json b/logger-config.json
index 4746469..d44ae5a 100644
--- a/logger-config.json
+++ b/logger-config.json
@@ -1,4 +1,5 @@
{
- "logIntervalSeconds": 60,
+ "logDirPath": ".",
+ "logIntervalSeconds": 60,
"maxLogEntries": 1440
-} \ No newline at end of file
+}