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:
parent
04e9768e89
commit
df0126693e
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -68,7 +68,7 @@ Content-Type: application/issue
|
||||||
ID: 5
|
ID: 5
|
||||||
Type: bugfix
|
Type: bugfix
|
||||||
Title: fix critical bugs across core modules
|
Title: fix critical bugs across core modules
|
||||||
Status: open
|
Status: in-progress
|
||||||
Priority: high
|
Priority: high
|
||||||
Created: 2026-03-13
|
Created: 2026-03-13
|
||||||
Relationships:
|
Relationships:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue