extended_data.logging.const

Constants for the lifecycle logging module.

This module defines default logging levels and verbosity settings used throughout the lifecycle logging package.

Module Contents

Data

DEFAULT_LOG_LEVEL

int: The default logging level used by the logging module.

VERBOSITY

int: The default verbosity level for logging output.

API

extended_data.logging.const.DEFAULT_LOG_LEVEL: int = None

int: The default logging level used by the logging module.

extended_data.logging.const.VERBOSITY: int = 1

int: The default verbosity level for logging output.