mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-18 19:39:58 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
![]() |
# Set the current log level
|
||
|
LOG_LEVEL = 0
|
||
|
IGNORED_LOG_CONTEXTS = []
|
||
|
xpub_url: str = "tcp://127.0.0.1:5555"
|
||
|
xsub_url: str = "tcp://127.0.0.1:5556"
|