We need millisecond resolution in the log to be able to correlate test log with test.py log and scylla logs. Harmonize the log format for tests which actively manage scylla servers.
7 lines
305 B
INI
7 lines
305 B
INI
# Pytest configuration file. If we don't have one in this directory,
|
|
# pytest will look for one in our ancestor directories, and may find
|
|
# something irrelevant. So we should have one here, even if empty.
|
|
[pytest]
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)s> %(message)s
|
|
log_date_format = %H:%M:%S
|