mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
chore: remove test code
This commit is contained in:
@@ -13,20 +13,6 @@ function setupWinston() {
|
||||
return;
|
||||
}
|
||||
|
||||
// allow winton.error to log error objects properly
|
||||
// https://github.com/NodeBB/NodeBB/issues/6848
|
||||
// const winstonError = winston.error;
|
||||
// winston.error = function (msg, error) {
|
||||
// if (msg instanceof Error) {
|
||||
// winstonError(msg);
|
||||
// } else if (error instanceof Error) {
|
||||
// msg = msg + '\n' + error.stack;
|
||||
// winstonError(msg);
|
||||
// } else {
|
||||
// winstonError.apply(null, arguments);
|
||||
// }
|
||||
// };
|
||||
|
||||
var formats = [];
|
||||
if (nconf.get('log-colorize') !== 'false') {
|
||||
formats.push(winston.format.colorize());
|
||||
|
||||
Reference in New Issue
Block a user