mkt.databases.log_config

Logging configuration helpers and argparse logging flags.

Provides configure_logging() to set up package logging and add_logging_flags() to attach verbosity flags to an argparse parser.

Functions

add_logging_flags(parser)

configure_logging([verbose])

mkt.databases.log_config.add_logging_flags(parser)[source]
mkt.databases.log_config.configure_logging(verbose: bool = False)[source]