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:
parent
f11158639e
commit
3730434eab
1 changed files with 0 additions and 1 deletions
|
@ -27,4 +27,3 @@ os.environ['TEMP'] = '/srv/tmp/'
|
|||
from pagure.flask_app import create_app
|
||||
|
||||
application = create_app()
|
||||
application.debug = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue