diff options
| author | Peter Olsar <polsar@gmail.com> | 2018-12-14 17:14:04 -0800 |
|---|---|---|
| committer | Peter Olsar <polsar@gmail.com> | 2018-12-14 17:14:04 -0800 |
| commit | be2835886bdc8519aac1e917d96a9bc1c513cbf9 (patch) | |
| tree | 27bc2bf058971131006e91846ce8c7405c9b963e /logger-config.json | |
| parent | 5877729bdda9ca20f164d9dff634f6bf3aa54204 (diff) | |
| download | tplink-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.json | 5 |
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 +} |