trying to figure out the issue with logger tests
This commit is contained in:
parent
6aa63a8b59
commit
d836e766d5
5 changed files with 127 additions and 93 deletions
|
|
@ -11,7 +11,7 @@ export const loggingConfig = cleanEnv(process.env, {
|
|||
// Basic Logging Settings
|
||||
LOG_LEVEL: str({
|
||||
default: 'info',
|
||||
choices: ['error', 'warn', 'info', 'http', 'verbose', 'debug', 'silly'],
|
||||
choices: ['debug' , 'info' , 'warn' , 'error'],
|
||||
desc: 'Logging level'
|
||||
}),
|
||||
LOG_FORMAT: str({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue