motleycrew.common.logging

Project logger configuration module

motleycrew.common.logging.logger

project logger

Type:

logging.Logger

Functions

configure_logging([verbose, debug])

Logging configuration

motleycrew.common.logging.configure_logging(verbose: bool = False, debug: bool = False)

Logging configuration

Parameters:
  • verbose (bool, optional) – if true logging level = INFO

  • debug (bool, optional) – if true logging level = DEBUG else WARNING

Returns: