Fix generated logging level

This commit is contained in:
Bryan Ashby 2018-11-04 18:34:54 -07:00
parent 92a7007e9c
commit 206312302a
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@ function askNewConfigQuestions(cb) {
}
config.logging = {
rotatingFile : {
level : answers.loggingLevel,
}
};
callback(null);