Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 22b630d

Browse files
committed
logging level to debug
1 parent 1586459 commit 22b630d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/logger.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports.default = {
1212
logger.transports.push(function (api, winston) {
1313
return new (winston.transports.Console)({
1414
colorize: true,
15-
level: 'info',
15+
level: 'debug',
1616
timestamp: api.utils.sqlDateTime,
1717
json: false
1818
});
@@ -31,7 +31,7 @@ exports.default = {
3131
logger.transports.push(function (api, winston) {
3232
return new (winston.transports.File)({
3333
filename: api.config.general.paths.log[0] + '/actionhero-worker.log',
34-
level: 'info',
34+
level: 'debug',
3535
colorize: true,
3636
timestamp: api.utils.sqlDateTime,
3737
json: false

0 commit comments

Comments
 (0)