Added Social Authentication + fixed Agent Cron
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ module.exports = (isDebug) => {
|
||||
|
||||
winston.remove(winston.transports.Console);
|
||||
winston.add(winston.transports.Console, {
|
||||
level: (isDebug) ? 'info' : 'warn',
|
||||
level: (isDebug) ? 'debug' : 'info',
|
||||
prettyPrint: true,
|
||||
colorize: true,
|
||||
silent: false,
|
||||
|
||||
Reference in New Issue
Block a user