Skip to content
Snippets Groups Projects
Verified Commit d03fd31f authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

refactor: reduce zeep's logging output; log level set to "WARNING"

parent 0c2f2499
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ tmp_logger = logging.getLogger("wsgidav")
tmp_logger.propagate = True
tmp_logger.setLevel(logging.DEBUG)
TMP_logger = logging.getLogger("zeep")
TMP_logger.setLevel(logging.WARNING)
# Configuration of the WsgiDAVApp.
# https://wsgidav.readthedocs.io/en/latest/user_guide_configure.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment