Improvements to Document Interface and correcting embedding workers
This commit is contained in:
@@ -70,7 +70,7 @@ def create_app(config_file=None):
|
||||
security_logger.setLevel(logging.DEBUG)
|
||||
sqlalchemy_logger = logging.getLogger('sqlalchemy.engine')
|
||||
sqlalchemy_logger.setLevel(logging.DEBUG)
|
||||
log_request_middleware(app) # Add this when debugging nginx or another proxy
|
||||
# log_request_middleware(app) # Add this when debugging nginx or another proxy
|
||||
|
||||
# Some generic Error Handling Routines
|
||||
@app.errorhandler(Exception)
|
||||
|
||||
Reference in New Issue
Block a user