From e302f68c474bcf73e8e6adca276b96af39515228 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 19 Feb 2026 21:32:07 -0600 Subject: [PATCH] episode: [major-domo] fix: ContextualLogger crashes when callers pass exc_info=True --- episodes/2026-02-19.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/episodes/2026-02-19.md b/episodes/2026-02-19.md index b6bf220b78f..dfd9201ce6d 100644 --- a/episodes/2026-02-19.md +++ b/episodes/2026-02-19.md @@ -180,3 +180,11 @@ Work types: - **Summary:** Files edited (6): - /home/cal/.claude/plans/vectorized-mapping-forest.md - + +## 21:32 - [major-domo] fix: ContextualLogger crashes when callers pass exc_info=True +- **Type:** fix +- **Tags:** major-domo, automation, commit, creation, debugging, deployment, fix, testing, tooling, session-log +- **Memory:** [major-domo-fix-contextuallogger-crashes-when-callers-pass-ex-ec25c1](graph/fixes/major-domo-fix-contextuallogger-crashes-when-callers-pass-ex-ec25c1.md) +- **Summary:** Commits made: 2 + - fix: ContextualLogger crashes when callers pass exc_info=True + - test: fix