Update Manager API: Util.log module

Logging initialization and helpers

Functions

UpdateManager.Util.log.init_logging()

Initializes update-manager logging.

Constants

UpdateManager.Util.log.DEFAULT_LOGLEVEL = 40

Default loglevel

UpdateManager.Util.log.LOGLEVEL_NAME_MAP = {'debug': 10, 'info': 20, 'warning': 30, 'fatal': 50, 'error': 40}

Loglevel name to loglevel mapping

Table Of Contents

Previous topic

Update Manager API: Util.loader module

Next topic

Update Manager API: Util.lsb module

This Page