wandb_osh.util.log#

Attributes#

Functions#

get_logger()

Sets up global logger.

set_log_level(→ None)

Sets the log level for the global logger.

Module Contents#

wandb_osh.util.log.LOG_DEFAULT_LEVEL = 20#
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#