mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 10:15:41 +01:00
Tweaked logging levels.
This commit is contained in:
parent
a2f11b7687
commit
6c20b28661
@ -8,11 +8,15 @@ winston.emitErrs = true;
|
||||
var logger = new winston.Logger({
|
||||
transports: [
|
||||
new winston.transports.Console({
|
||||
level: 'silly',
|
||||
level: 'warn',
|
||||
handleExceptions: true,
|
||||
humanReadableUnhandledException: true,
|
||||
json: false,
|
||||
colorize: true
|
||||
}),
|
||||
new winston.transports.File({
|
||||
filename: 'discord.log',
|
||||
level: 'silly'
|
||||
})
|
||||
],
|
||||
handleExceptions: true,
|
||||
|
Loading…
Reference in New Issue
Block a user