mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 22:13:11 +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)
|