Merge branch 'master' of gitserver:matthias/infomentor
This commit is contained in:
2
login.py
2
login.py
@@ -16,6 +16,8 @@ pushover.init('***REMOVED***')
|
|||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=logging.INFO,
|
level=logging.INFO,
|
||||||
format='%(asctime)s - %(name)s - %(levelname)8s - %(message)s',
|
format='%(asctime)s - %(name)s - %(levelname)8s - %(message)s',
|
||||||
|
filename='log.txt',
|
||||||
|
filemode='a+'
|
||||||
)
|
)
|
||||||
logger = logging.getLogger('Infomentor Notifier')
|
logger = logging.getLogger('Infomentor Notifier')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user