accidental "error" changed to "info"
This commit is contained in:
parent
ac4e393720
commit
147926112c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user