xtalk.log_utils
mute_other_logging
def mute_other_logging()
Reduce noise from third-party loggers used by Xtalk.
Notes
This helper raises the root logger level to WARNING and applies the
same threshold to common network and SDK loggers so sample applications
can keep terminal output focused on Xtalk events.
setup_logging
def setup_logging()
Configure the process-wide Xtalk logger.
Returns
logging.LoggerThe configuredxtalklogger instance.
Notes
A timestamped log file is created under logs/ for every process start.
logger
logger
Value: setup_logging()