navigate.log_files.log_functions.log_setup
- navigate.log_files.log_functions.log_setup(logging_configuration, logging_path=None)
Setup logging configuration
Initialize a logger from a YAML file containing information in the Python logging dictionary format.
Note
Additional information here: https://docs.python.org/3/library/logging.config.html#logging-config-dictschema
- Parameters:
logging_configuration (str) – Path to file to be loaded. Relative to the location of the folder containing this file.
logging_path (str, optional) – Path to store logs. Defaults to navigate_path/logs