print service and policy for rouge services
This commit is contained in:
parent
f1ded26b9f
commit
17fc601022
@ -177,7 +177,7 @@ def restart_services():
|
||||
if get_deleted_open_files(proc):
|
||||
service = services[proc_name]
|
||||
policy = _get_service_restart_policy(service)
|
||||
log.warning(f'{proc} still has deleted files open')
|
||||
log.warning(f'{proc} (service {service} with policy {policy}) still has deleted files open')
|
||||
recommend_restart = True
|
||||
return recommend_restart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user