From f8ed76b41ea5b5c46cfc2b0c05198ece684c1e12 Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Mon, 3 Nov 2025 15:07:17 -0800 Subject: [PATCH] alembic log format --- alembic.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic.ini b/alembic.ini index 895e544..a30f556 100644 --- a/alembic.ini +++ b/alembic.ini @@ -116,5 +116,5 @@ level = NOTSET formatter = generic [formatter_generic] -format = %(levelname)-5.5s [%(name)s] %(message)s -datefmt = %H:%M:%S \ No newline at end of file +format = %(asctime)s %(filename)s:%(lineno)d [pid:%(process)d] %(levelname)s - %(message)s +datefmt = %Y-%m-%d %H:%M:%S \ No newline at end of file