termsetup

function termsetup

termsetup(
    settings: 'wandb.Settings',
    logger: 'SupportsLeveledLogging | None'
)  None

Configure the global logging functions.

Args:

  • settings: The settings object passed to wandb.setup() or wandb.init().
  • logger: A fallback logger to use for “silent” mode. In this mode, the logger is used instead of printing to stderr.

Last modified February 26, 2025: d8c9f41