Merge "Change log level from error to warning"
This commit is contained in:
commit
a6547e9cf0
@ -23,7 +23,7 @@ from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
from oslo_utils import fileutils
|
||||
|
||||
from neutron._i18n import _, _LE
|
||||
from neutron._i18n import _, _LW, _LE
|
||||
from neutron.agent.common import config as agent_cfg
|
||||
from neutron.agent.linux import ip_lib
|
||||
from neutron.agent.linux import utils
|
||||
@ -247,9 +247,9 @@ class ProcessMonitor(object):
|
||||
action_function(service_id)
|
||||
|
||||
def _respawn_action(self, service_id):
|
||||
LOG.error(_LE("Respawning %(service)s for uuid %(uuid)s"),
|
||||
{'service': service_id.service,
|
||||
'uuid': service_id.uuid})
|
||||
LOG.warning(_LW("Respawning %(service)s for uuid %(uuid)s"),
|
||||
{'service': service_id.service,
|
||||
'uuid': service_id.uuid})
|
||||
self._monitored_processes[service_id].enable()
|
||||
|
||||
def _exit_action(self, service_id):
|
||||
|
Loading…
x
Reference in New Issue
Block a user