mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +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)
|