From f95ac3f622a427c96dcdf3351dfca30c946a760c Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 13:39:07 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/lo?= =?UTF-8?q?g.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/log.py b/m/log.py index 1744c85..6933783 100644 --- a/m/log.py +++ b/m/log.py @@ -8,7 +8,7 @@ class Log(object): logging.addLevelName(25, "SUCCESS") - self.logger = log.getLogger() + self.logger = logging.getLogger() self.logger.setLevel(logging.DEBUG) formatter = logging.Formatter('%(asctime)-15s :: %(levelname)s :: %(message)s')