From df0126693e7a6e51ee5e49133052aa3093925122 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 13 Mar 2026 22:39:02 +0100 Subject: [PATCH] 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. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 345a13a..8b14d4b 100644 --- a/TODO +++ b/TODO @@ -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: