mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
52ac06e358
Also fix the compatibility of "client list" with redis-py client. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
7 lines
233 B
INI
7 lines
233 B
INI
[pytest]
|
|
log_format = [%(asctime)s.%(msecs)03d %(levelname)s] %(message)s
|
|
log_cli_format = [%(asctime)s.%(msecs)03d %(levelname)s] %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
log_file_level=DEBUG
|
|
log_cli = true
|
|
asyncio_mode=auto
|