Merge remote-tracking branch 'origin/feature/mailer'
This commit is contained in:
+3
-1
@@ -1,8 +1,10 @@
|
||||
import logging
|
||||
|
||||
import definitions
|
||||
|
||||
|
||||
def init_logger():
|
||||
logging.basicConfig(filename="appointment.log",
|
||||
logging.basicConfig(filename=definitions.ROOT_DIR + "/appointment.log",
|
||||
filemode='a',
|
||||
format='%(asctime)s,%(msecs)d %(name)s %(levelname)s %(message)s',
|
||||
datefmt='%D:%H:%M:%S',
|
||||
|
||||
Reference in New Issue
Block a user