Skip to content

Commit

Permalink
WIP: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Oct 17, 2024
1 parent 8151f6a commit e044a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const defaultFormatter = combine(
)

const defaultTransport = new DailyRotateFile({
level: 'info',
level: 'trace',
dirname: LOG_DIR,
filename: LOG_BASENAME,
datePattern: 'YYYY-MM-DD', // XXX: rotate every day
Expand Down

0 comments on commit e044a3e

Please sign in to comment.