Skip to content

Commit

Permalink
fix: Fixed default log config
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Apr 1, 2023
1 parent 7157b18 commit a2185e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Expand Up @@ -27,7 +27,7 @@ export default {
daysToArchive: 45,
},
log: {
level: 'error', // Before open a issue, change level to silly and retry a action
level: 'silly', // Before open a issue, change level to silly and retry a action
logger: ['console', 'file'],
},
createOptions: {
Expand Down

0 comments on commit a2185e3

Please sign in to comment.