poprox_recommender.logging_config#
Logging configuration logic for CLI tools in the POPROX recommenders.
Functions
|
Set up the Python logging infrastructure. |
- poprox_recommender.logging_config.setup_logging(*, verbose=False, log_file=None)#
Set up the Python logging infrastructure.
If the configuration options are not passed, it checks the environment variables
POPROX_LOG_VERBOSE
andPOPROX_LOG_FILE
.