radloggerpy.config.config module

radloggerpy.config.config.CONF = <oslo_config.cfg.ConfigOpts object>

Handles service like methods such as setting the correct log levels and parsing command line arguments.

radloggerpy.config.config.check_locale_config()[source]

Check locale configuration to see if translations setup successful

radloggerpy.config.config.list_opts()[source]

Required method by opts for oslo-config-generator

radloggerpy.config.config.parse_config_args(argv, default_config_files=None, default_config_dirs=None) bool[source]

Load information into config and allow program arguments to override

Returns:

true if configuration files could be found, false otherwise

radloggerpy.config.config.setup_config_and_logging(argv=(), conf=<oslo_config.cfg.ConfigOpts object>)[source]

register logging config options and parse commandline arguments