You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace logging.info with a logger for each file (#1335)
* replace logging.info with a logger for each file.
* Update changelog.
* Update webknossos/Changelog.md
Co-authored-by: Florian M <[email protected]>
---------
Co-authored-by: Florian M <[email protected]>
Copy file name to clipboardExpand all lines: webknossos/Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
17
17
### Added
18
18
19
19
### Changed
20
+
- Every file that sends logging messages has its own logger now. This can be used to selectively disable loggers. [#1335](https://github.com/scalableminds/webknossos-libs/pull/1335)
0 commit comments