Add version information in Debug
This commit is contained in:
parent
50e00dbd8b
commit
8ed0c7f87c
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ class BaseApplication(object):
|
|||
# ------ BaseApplication methods -------------------------------
|
||||
|
||||
def __init__(self, option_parser=None):
|
||||
self.logger = getLogger(self.APPNAME)
|
||||
self.logger = getLogger(self.APPNAME + u"-" + self.VERSION)
|
||||
self.weboob = self.create_weboob()
|
||||
if self.CONFDIR is None:
|
||||
self.CONFDIR = self.weboob.workdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue