diff options
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/service.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack/common/service.py b/openstack/common/service.py index 05060ca..002d478 100644 --- a/openstack/common/service.py +++ b/openstack/common/service.py @@ -275,6 +275,10 @@ class ProcessLauncher(object): def wait(self): """Loop waiting on children to die and respawning as necessary""" + + LOG.debug(_('Full set of CONF:')) + CONF.log_opt_values(LOG, std_logging.DEBUG) + while self.running: wrap = self._wait_child() if not wrap: |
