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