From c571c1d59031eaf510e560f3bdc62df2374ba45f Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 21 Oct 2018 19:12:36 +0100 Subject: Add configurable log interval and max log limit --- logger-config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 logger-config.json (limited to 'logger-config.json') 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 -- cgit v1.2.3