wandb_osh.util.log#

Module Contents#

Functions#

get_logger()

Sets up global logger.

set_log_level(→ None)

Sets the log level for the global logger.

Attributes#

LOG_DEFAULT_LEVEL

logger

wandb_osh.util.log.LOG_DEFAULT_LEVEL#
wandb_osh.util.log.get_logger()#

Sets up global logger.

wandb_osh.util.log.set_log_level(level: str | int = LOG_DEFAULT_LEVEL) None#

Sets the log level for the global logger.

wandb_osh.util.log.logger#