No colors

This commit is contained in:
Dragon Fire
2018-10-07 21:16:20 -04:00
parent 8e4bcec80a
commit 4b74fb50d8
-1
View File
@@ -11,7 +11,6 @@ module.exports = class XiaoClient extends CommandoClient {
this.logger = winston.createLogger({
transports: [new winston.transports.Console()],
format: winston.format.combine(
winston.format.colorize({ all: true }),
winston.format.timestamp({ format: 'MM/DD/YYYY HH:mm:ss' }),
winston.format.printf(log => `[${log.timestamp}] [${log.level.toUpperCase()}]: ${log.message}`)
)