Commit Graph
8 Commits
Author SHA1 Message Date
Leo Vasanko e42f81f44f Replace log dict toggles with logdiff kwarg and kanta.transaction.diff logger
Per-transaction logdiff=False skips building and printing the diff body,
logging only the header. Globally, configure_logging(diff=False) disables
the kanta.transaction.diff child logger, which now carries all diff lines,
so applications can route or silence diffs separately from headers.
2026-08-07 01:26:50 +00:00
Leo Vasanko 9e19a1bf21 Remove logheader callback feature; keep Kanta-colored extra string in default header 2026-08-07 00:44:06 +00:00
Leo Vasanko 1cd99aef01 Demo: plain-text custom header colored by Kanta, rename migration, str extras 2026-08-07 00:33:56 +00:00
Leo Vasanko ec08c185aa Demo: use the script itself as the migrations module 2026-08-07 00:08:50 +00:00
Leo Vasanko 72944c9410 Demo: resolve user names from database state, kanta instances at top with stacked decorators 2026-08-07 00:06:54 +00:00
Leo Vasanko 5d66d423da Lazy clock reads; demo: auto-advancing +1h clock, module-level setup 2026-08-07 00:01:16 +00:00
Leo Vasanko 8d9e948d27 Demo: deterministic clock, # section banners, .kantadb extension, raw record dump 2026-08-06 23:57:00 +00:00
Leo Vasanko 5b0d676175 Add feature demo app under demo/ 2026-08-06 23:28:58 +00:00