Group all migration events into one row migrate:vN (if version changed) OR migrate:msgspec

- Log as a single event
- Logging config has debug parameter to lower level to DEBUG, showing migration diffs
This commit is contained in:
2026-08-07 16:20:56 +00:00
parent e0046ae9d9
commit 08f3c44f1f
4 changed files with 41 additions and 37 deletions
+1 -1
View File
@@ -106,5 +106,5 @@ def fake_clock() -> datetime:
if __name__ == "__main__":
configure_logging()
configure_logging(debug=True)
asyncio.run(main())