mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-13 08:04:34 +02:00
Fix generated logging level
This commit is contained in:
parent
92a7007e9c
commit
206312302a
1 changed files with 3 additions and 1 deletions
|
@ -222,7 +222,9 @@ function askNewConfigQuestions(cb) {
|
||||||
}
|
}
|
||||||
|
|
||||||
config.logging = {
|
config.logging = {
|
||||||
level : answers.loggingLevel,
|
rotatingFile : {
|
||||||
|
level : answers.loggingLevel,
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
callback(null);
|
callback(null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue