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:
+1
-1
@@ -106,5 +106,5 @@ def fake_clock() -> datetime:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
configure_logging()
|
||||
configure_logging(debug=True)
|
||||
asyncio.run(main())
|
||||
|
||||
Reference in New Issue
Block a user