X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Flogger.py;h=80392f59a01b9723dd5e0cb44704bf0dfcbbf8d0;hb=f419c51fea3219386308b34971e76a908693b33d;hp=23d749b61b7c16687c9ed06e32789241e0d0784a;hpb=14f84a307691cc17d02ec10dd07cf5f3e2c03705;p=bottlenecks.git diff --git a/utils/logger.py b/utils/logger.py index 23d749b6..80392f59 100644 --- a/utils/logger.py +++ b/utils/logger.py @@ -28,7 +28,6 @@ class Logger: # if user set --debug as a cli parameter # we will set this variable "Debug" to output debug info. DEBUG = os.getenv('DEBUG') - conf = Parser() self.logger = logging.getLogger(logger_name) self.logger.propagate = 0