mirror of
https://github.com/waku-org/waku-interop-tests.git
synced 2025-01-14 17:34:44 +00:00
5 lines
125 B
Python
5 lines
125 B
Python
import logging
|
|
|
|
logging.getLogger("urllib3").setLevel(logging.WARNING)
|
|
logging.getLogger("docker").setLevel(logging.WARNING)
|