diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-10-21 19:12:36 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-10-21 19:12:36 +0100 |
| commit | c571c1d59031eaf510e560f3bdc62df2374ba45f (patch) | |
| tree | 6d7365ca0353e03dba46ff19384549aafdc9c66c /logger-config.json | |
| parent | 8cecaff1ae7240902249676b7d24fadca03fc5a9 (diff) | |
| download | tplink-energy-monitor-log-realtime-usage.tar.xz tplink-energy-monitor-log-realtime-usage.zip | |
Add configurable log interval and max log limitlog-realtime-usage
Diffstat (limited to 'logger-config.json')
| -rw-r--r-- | logger-config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/logger-config.json b/logger-config.json new file mode 100644 index 0000000..639d9a5 --- /dev/null +++ b/logger-config.json @@ -0,0 +1,4 @@ +{ + "logIntervalSeconds": 1, + "maxLogEntries": 1440 +}
\ No newline at end of file |