pagure: Turn off debug mode on pagure.io an src.fp.o

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:
Pierre-Yves Chibon 2019-03-07 15:44:44 +01:00
parent 09637fadd7
commit 307eb2fdfc
2 changed files with 0 additions and 2 deletions

View file

@ -27,5 +27,4 @@ os.environ['TEMP'] = '/srv/tmp/'
from pagure.flask_app import create_app
application = create_app()
application.debug = True

View file

@ -27,4 +27,3 @@ os.environ['TEMP'] = '/srv/tmp/'
from pagure.flask_app import create_app
application = create_app()
application.debug = True