Merge "bifrost_inventory: use stderr for logging"

This commit is contained in:
Zuul 2020-07-29 13:47:10 +00:00 committed by Gerrit Code Review
commit 8bae4d550d

View File

@ -162,6 +162,7 @@ def _parse_config():
log.register_options(config)
config.register_cli_opts(opts)
config(prog='bifrost_inventory.py')
config.set_override('use_stderr', True)
log.set_defaults()
log.setup(config, "bifrost_inventory.py")
return config