diff --git a/ceilometer/pipeline/base.py b/ceilometer/pipeline/base.py index d789472279..0a84052dc0 100644 --- a/ceilometer/pipeline/base.py +++ b/ceilometer/pipeline/base.py @@ -237,7 +237,6 @@ class PipelineManager(agent.ConfigManagerBase): if not ('sources' in cfg and 'sinks' in cfg): raise PipelineException("Both sources & sinks are required", cfg) - LOG.info('detected decoupled pipeline config format') publisher_manager = PublisherManager(self.conf, self.pm_type) unique_names = set()