mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34: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]
|
||||
format = %(levelname)-5.5s [%(name)s] %(message)s
|
||||
datefmt = %H:%M:%S
|
||||
class = jupyterhub.log.CoroutineLogFormatter
|
||||
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