cheange log level from error to info

Change-Id: I58e2fc64b7bcd83fc1716cfaff320d3b53bfaf4a
This commit is contained in:
Masco Kaliyamoorthy 2020-04-03 19:10:46 +05:30
parent 3e4d4312b0
commit b09f896af8
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,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']: