mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-06 17:44:08 +00:00
show timestamps in captured logs
for easier debugging of timelines
This commit is contained in:
@@ -11,6 +11,9 @@ asyncio_default_fixture_loop_scope = module
|
||||
# jupyter_server plugin is incompatible with notebook imports
|
||||
addopts = -p no:jupyter_server -m 'not browser' --color yes --durations 10 --verbose
|
||||
|
||||
log_format = %(asctime)s %(levelname)s %(filename)s:%(lineno)s %(message)s
|
||||
log_date_format = %H:%M:%S
|
||||
|
||||
python_files = test_*.py
|
||||
markers =
|
||||
gen_test: marks an async tornado test
|
||||
|
Reference in New Issue
Block a user