mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Default CLI logging config for pytest
This commit is contained in:
parent
db6e417965
commit
2e62722887
1 changed files with 5 additions and 0 deletions
5
pytest.ini
Normal file
5
pytest.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[pytest]
|
||||
log_print=false
|
||||
log_date_format=%H:%M:%S
|
||||
log_cli_format=%(asctime)s,%(msecs)03.0f [%(name)-5s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)s)] %(message)s
|
||||
log_file_format=%(asctime)s,%(msecs)03d [%(name)-17s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)d)] %(message)s
|
Loading…
Add table
Reference in a new issue