Skip to content

Commit

Permalink
log file levels set
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 14, 2024
1 parent 06c8508 commit 8294865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
[pytest]
log_file = output/run_logs/temp_tests_run.log
log_file_date_format = %Y-%m-%d %H:%M:%S
log_file_format = %(asctime)s - %(name)s %(levelname)s %(message)s
log_file_format = %(asctime)s - %(levelname)s %(message)s
log_file_level = INFO
filterwarnings =
ignore::UserWarning
log_level = INFO
log_format = %(asctime)s - %(name)s %(levelname)s %(message)s
log_format = %(asctime)s - %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
selenium_exclude_debug = screenshot
addopts =
Expand Down

0 comments on commit 8294865

Please sign in to comment.