todo(5): in-progress

Fix logic bugs across manager, config, logger, and handler modules.
Manager.getLogger() has inverted type check and missing return.
Config.basicConfig() assigns wrong option fields. Logger.isEnabledFor()
always caches false, _log() never calls handle(). Handler.format()
missing return and formatter getter.
This commit is contained in:
Tiara Rodney 2026-03-13 22:39:02 +01:00
parent 04e9768e89
commit df0126693e
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

2
TODO
View file

@ -68,7 +68,7 @@ Content-Type: application/issue
ID: 5
Type: bugfix
Title: fix critical bugs across core modules
Status: open
Status: in-progress
Priority: high
Created: 2026-03-13
Relationships: