Skip to content

Commit

Permalink
Do not disable existing loggers when loading DeepCAVE
Browse files Browse the repository at this point in the history
  • Loading branch information
helegraf committed Nov 10, 2023
1 parent 64e4e9e commit 024f920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.1.4

## Enhancements
- Do not disable existing loggers.

# Version 1.1.3

## Bug-Fixes
Expand Down
1 change: 1 addition & 0 deletions deepcave/utils/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ loggers:
root:
level: DEBUG
handlers: [console]
disable_existing_loggers: false

0 comments on commit 024f920

Please sign in to comment.