mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
moving nearly all startup messages to verbose type
This commit is contained in:
@@ -19,7 +19,7 @@ var async = require('async'),
|
||||
|
||||
Notifications.init = function() {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
winston.info('[notifications.init] Registering jobs.');
|
||||
winston.verbose('[notifications.init] Registering jobs.');
|
||||
}
|
||||
new cron('*/30 * * * *', Notifications.prune, null, true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user