diff --git a/cinder/__init__.py b/cinder/__init__.py index 238c2812e69..f8db8e875cf 100644 --- a/cinder/__init__.py +++ b/cinder/__init__.py @@ -32,11 +32,6 @@ """ import gettext -import logging gettext.install('cinder', unicode=1) -# NOTE(jkoelker) This configures the root logger if it is not already -# configured so messages from logging setup can be written -# to the console -logging.basicConfig(format='%(message)s')