Fix generated logging level
This commit is contained in:
parent
92a7007e9c
commit
206312302a
|
@ -222,7 +222,9 @@ function askNewConfigQuestions(cb) {
|
|||
}
|
||||
|
||||
config.logging = {
|
||||
rotatingFile : {
|
||||
level : answers.loggingLevel,
|
||||
}
|
||||
};
|
||||
|
||||
callback(null);
|
||||
|
|
Loading…
Reference in New Issue