mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
closes #6843
This commit is contained in:
@@ -9,6 +9,10 @@ var pkg = require('../package.json');
|
||||
var dirname = require('./cli/paths').baseDir;
|
||||
|
||||
function setupWinston() {
|
||||
if (!winston.format) {
|
||||
return;
|
||||
}
|
||||
|
||||
var formats = [];
|
||||
|
||||
if (nconf.get('log-colorize') !== 'false') {
|
||||
|
||||
Reference in New Issue
Block a user