mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
pagure: Turn off debug mode on pagure.io
This leads to some exception being raised instead of by-pass safely. It was useful at some point because pagure would not log error to its logs otherwise but Patrick has since fixed it and I believe it may be triggering some errors now. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -27,4 +27,3 @@ os.environ['TEMP'] = '/srv/tmp/'
|
||||
from pagure.flask_app import create_app
|
||||
|
||||
application = create_app()
|
||||
application.debug = True
|
||||
|
||||
Reference in New Issue
Block a user