From 206312302ae4885ff5d6eb09b46e5a636f83348e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 4 Nov 2018 18:34:54 -0700 Subject: [PATCH] Fix generated logging level --- core/oputil/oputil_config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/oputil/oputil_config.js b/core/oputil/oputil_config.js index d28c977f..65ede6bd 100644 --- a/core/oputil/oputil_config.js +++ b/core/oputil/oputil_config.js @@ -222,7 +222,9 @@ function askNewConfigQuestions(cb) { } config.logging = { - level : answers.loggingLevel, + rotatingFile : { + level : answers.loggingLevel, + } }; callback(null);