aboutsummaryrefslogtreecommitdiff
path: root/logger-config.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-01-26 10:53:40 +0000
committerGitHub <noreply@github.com>2019-01-26 10:53:40 +0000
commit7a50ab0610ec77f75568ffa2a6754b120655b112 (patch)
treef6adb0dd990aee82f10cee6fe51722abb16a282a /logger-config.json
parentf6f8342fcac95d820b5f7f232d96982cce0855f2 (diff)
parentbe2835886bdc8519aac1e917d96a9bc1c513cbf9 (diff)
downloadtplink-energy-monitor-7a50ab0610ec77f75568ffa2a6754b120655b112.tar.xz
tplink-energy-monitor-7a50ab0610ec77f75568ffa2a6754b120655b112.zip
Merge pull request #19 from polsar88/log-path-support
Added support for custom logger config and log directory paths.
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
+}