debug to info
This commit is contained in:
parent
88854e6b4f
commit
26c7c4dc56
@ -10,7 +10,7 @@ THIS_MONTH = datetime.now().strftime("%m%Y")
|
|||||||
FILE = [os.path.join(HOME_DIR, f'viatico_{THIS_MONTH}.xlsx')]
|
FILE = [os.path.join(HOME_DIR, f'viatico_{THIS_MONTH}.xlsx')]
|
||||||
LOG_FILE = os.path.join(HOME_DIR, 'perdiem.log')
|
LOG_FILE = os.path.join(HOME_DIR, 'perdiem.log')
|
||||||
|
|
||||||
logging.basicConfig(filename=LOG_FILE, filemode='a', format='%(asctime)s %(module)s %(message)s', level=logging.DEBUG)
|
logging.basicConfig(filename=LOG_FILE, filemode='a', format='%(asctime)s %(module)s %(message)s', level=logging.INFO)
|
||||||
|
|
||||||
MAIL_HOST = localenv.get('MAIL_HOST')
|
MAIL_HOST = localenv.get('MAIL_HOST')
|
||||||
MAIL_PORT = localenv.get('MAIL_PORT')
|
MAIL_PORT = localenv.get('MAIL_PORT')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user