mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-11 15:10:45 +01:00
Merge branch 'master' of https://github.com/NodeBB/NodeBB
This commit is contained in:
2
app.js
2
app.js
@@ -39,7 +39,7 @@ winston.remove(winston.transports.Console);
|
||||
winston.add(winston.transports.Console, {
|
||||
colorize: true,
|
||||
timestamp: true,
|
||||
level: 'info'
|
||||
level: global.env === 'production' ? 'info' : 'verbose'
|
||||
});
|
||||
|
||||
// TODO: remove once https://github.com/flatiron/winston/issues/280 is fixed
|
||||
|
||||
Reference in New Issue
Block a user