Skip to content

Commit

Permalink
Change starting message log level as INFO
Browse files Browse the repository at this point in the history
Signed-off-by: Mu Chen <chenmu@cn.ibm.com>
  • Loading branch information
Charles1000Chen authored and andy-maier committed Oct 31, 2023
1 parent e60e962 commit 8d18c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhmc_prometheus_exporter/zhmc_prometheus_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ def main():

setup_logging(args.log_dest, args.log_complevels, args.syslog_facility)

logprint(logging.WARNING, None,
logprint(logging.INFO, None,
"---------------- "
"zhmc_prometheus_exporter started "
"----------------")
Expand Down

0 comments on commit 8d18c3c

Please sign in to comment.