Skip to content

Commit

Permalink
fix: Set default logging level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
alesancor1 committed Oct 7, 2021
1 parent eb96c81 commit b5e1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let logConfig = {
tracing: true,
timestamp: true,
tags: true,
level: LogLevel.DEBUG,
level: LogLevel.INFO,
storage: {
active: false,
level: LogLevel.DEBUG
Expand Down

0 comments on commit b5e1804

Please sign in to comment.