Merge "cheange log level from error to info"

This commit is contained in:
Zuul 2020-04-06 12:58:52 +00:00 committed by Gerrit Code Review
commit 266e709014

View File

@ -169,8 +169,8 @@ def main():
_logger.info("Checking for Metadata")
metadata_exists = tools.check_metadata()
if not metadata_exists:
_logger.error("Elasticsearch has been enabled but"
" metadata files do not exist")
_logger.info("Elasticsearch has been enabled but"
" metadata files do not exist")
_logger.info("Gathering Metadata")
tools.gather_metadata()
elif _config['elasticsearch']['regather']: