Skip to content

Commit

Permalink
pytest.ini: log_format
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Jun 28, 2020
1 parent feb4ff5 commit bbf1f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
log_level=DEBUG
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
#log_cli=true
log_format=%(asctime)s.%(msecs)03d %(name)s %(levelname)s %(message)s
log_date_format=%Y-%m-%d %H:%M:%S
#log_cli=true

0 comments on commit bbf1f35

Please sign in to comment.