Feat: User Relationships and Session Members.
This commit is contained in:
2
app.py
2
app.py
@@ -49,7 +49,7 @@ app.app_config = app_config
|
||||
# app.config["config"] = app_config()
|
||||
|
||||
# logging
|
||||
handler = RotatingFileHandler('app.log', maxBytes=10000, backupCount=3)
|
||||
handler = RotatingFileHandler('app.log', maxBytes=10_000_000, backupCount=16)
|
||||
handler.setLevel(logging.DEBUG)
|
||||
app.logger.addHandler(handler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user