mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 18:44:10 +00:00
match alembic log formatting to default hub log format
This commit is contained in:
@@ -62,5 +62,6 @@ level = NOTSET
|
|||||||
formatter = generic
|
formatter = generic
|
||||||
|
|
||||||
[formatter_generic]
|
[formatter_generic]
|
||||||
format = %(levelname)-5.5s [%(name)s] %(message)s
|
class = jupyterhub.log.CoroutineLogFormatter
|
||||||
datefmt = %H:%M:%S
|
format = %(color)s[%(levelname)1.1s %(asctime)s.%(msecs).03d %(name)s %(module)s:%(lineno)d]%(end_color)s %(message)s
|
||||||
|
datefmt = %Y-%m-%d %H:%M:%S
|
||||||
|
Reference in New Issue
Block a user