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:
parent
09637fadd7
commit
307eb2fdfc
2 changed files with 0 additions and 2 deletions
|
@ -27,5 +27,4 @@ os.environ['TEMP'] = '/srv/tmp/'
|
|||
from pagure.flask_app import create_app
|
||||
|
||||
application = create_app()
|
||||
application.debug = True
|
||||
|
||||
|
|
|
@ -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