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