remove info log in seperate file
This commit is contained in:
@@ -21,10 +21,6 @@ function _createLogger(botName){
|
||||
filename: "./logs/" + botName + "/error.log",
|
||||
level: "error",
|
||||
}),
|
||||
new transports.File({
|
||||
filename: "./logs/" + botName + "/info.log",
|
||||
level: "info",
|
||||
}),
|
||||
new transports.File({
|
||||
filename: "./logs/" + botName + "/combined.log",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user