lifecyclelogging.const
Constants for the lifecycle logging module.
This module defines default logging levels and verbosity settings used throughout the lifecycle logging package.
Module Contents
Section titled “Module Contents”DEFAULT_LOG_LEVEL | int: The default logging level used by the logging module. |
|---|---|
VERBOSITY | int: The default verbosity level for logging output. |
lifecyclelogging.const.DEFAULT_LOG_LEVEL : int
Section titled “lifecyclelogging.const.DEFAULT_LOG_LEVEL : int”None
int: The default logging level used by the logging module.
lifecyclelogging.const.VERBOSITY : int
Section titled “lifecyclelogging.const.VERBOSITY : int”1
int: The default verbosity level for logging output.