modifié: m/log.py
This commit is contained in:
parent
5ff8d647ef
commit
4ec1e61cf0
2
m/log.py
2
m/log.py
@ -20,7 +20,7 @@ class lvl:
|
|||||||
class Log(object):
|
class Log(object):
|
||||||
def __init__(self) :
|
def __init__(self) :
|
||||||
|
|
||||||
logging.addLevelName(lvl.SUCESS, "SUCCESS")
|
logging.addLevelName(lvl.SUCCESS, "SUCCESS")
|
||||||
|
|
||||||
self.logger = logging.getLogger()
|
self.logger = logging.getLogger()
|
||||||
self.logger.setLevel(logging.DEBUG)
|
self.logger.setLevel(logging.DEBUG)
|
||||||
|
Reference in New Issue
Block a user