logging.configure_logging
=logging.WARNING) logging.configure_logging(level
Configure logging for the entire application.
Parameters
Name | Type | Description | Default |
---|---|---|---|
level | int | The logging level to use. Defaults to WARNING. Can be overridden by environment variable CAML_LOG_LEVEL. | logging.WARNING |