Skip to content

Commit

Permalink
Revert root log level to ERROR and set child level to DEBUG.
Browse files Browse the repository at this point in the history
According to the specs this is how it should be.
  • Loading branch information
vdbergh committed Jun 13, 2024
1 parent 69ceea8 commit 7473cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ level = INFO
handlers = console

[logger_fishtest]
level = INFO
level = DEBUG
handlers = events
qualname = fishtest

Expand Down
4 changes: 2 additions & 2 deletions server/production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ keys = console, events
keys = generic

[logger_root]
level = INFO
level = ERROR
handlers = console

[logger_fishtest]
level = INFO
level = DEBUG
handlers = events
qualname = fishtest

Expand Down

0 comments on commit 7473cb9

Please sign in to comment.