mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-02 02:40:35 +00:00
Change log directory location
This commit is contained in:
@ -38,7 +38,7 @@ class DevelopmentConfig(Config):
|
||||
)
|
||||
log_format = ("%(asctime)s - %(levelname)s - %(name)s - "
|
||||
"%(filename)s - %(lineno)d - %(message)s")
|
||||
logging.basicConfig(filename='app/logs/opaque_flask.log', level='WARNING',
|
||||
logging.basicConfig(filename='logs/opaque_flask.log', level='WARNING',
|
||||
format=log_format, datefmt='%Y-%m-%d %H:%M:%S',
|
||||
filemode='w')
|
||||
|
||||
|
Reference in New Issue
Block a user