Skip to content

Commit

Permalink
Merge pull request #356 from icing/pytest-loglevel-norm
Browse files Browse the repository at this point in the history
pytest, revert LogLevel to verbosity controlled level
  • Loading branch information
icing authored Jan 14, 2025
2 parents dc7869c + aa56cf5 commit 04c847e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pyhttpd/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ def setup_httpd(self, setup: HttpdTestSetup = None):
log_level = "debug"
else:
log_level = "info"
log_level = "trace2"
self._log_interesting = "LogLevel"
for name in self._httpd_log_modules:
self._log_interesting += f" {name}:{log_level}"
Expand Down

0 comments on commit 04c847e

Please sign in to comment.