From be2835886bdc8519aac1e917d96a9bc1c513cbf9 Mon Sep 17 00:00:00 2001 From: Peter Olsar Date: Fri, 14 Dec 2018 17:14:04 -0800 Subject: - Added support to specify logger config file on command line. - Added support to specify log directory path in logger config. --- logger-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'logger-config.json') 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 +} -- cgit v1.2.3