diff --git a/update_cert.py b/update_cert.py index 9e9bace..60d2824 100755 --- a/update_cert.py +++ b/update_cert.py @@ -152,7 +152,7 @@ def restart(service): stderr = p.stdout.decode('UTF-8') sys.stderr.write(p.stdout) sys.exit(1) - log.error(f'{service} has restarted OK') + log.info(f'{service} has restarted OK') def pfx_gen(service):