Reduce logging
Make logging a lot less verbose in terms or errors and warnings. Some of these can be toggled back on by setting app.debug = True. Added a rest resource to do this so logging can be toggled in running app
Edited by Stuart Fisher
Make logging a lot less verbose in terms or errors and warnings. Some of these can be toggled back on by setting app.debug = True. Added a rest resource to do this so logging can be toggled in running app