diff --git a/oslo_service/service.py b/oslo_service/service.py index 873b00d0..af6b4964 100644 --- a/oslo_service/service.py +++ b/oslo_service/service.py @@ -444,7 +444,7 @@ class ProcessLauncher(object): os._exit(status) - LOG.info(_LI('Started child %d'), pid) + LOG.debug('Started child %d', pid) wrap.children.add(pid) self.children[pid] = wrap