Skip to content
Snippets Groups Projects
Unverified Commit 57faf66d authored by azul's avatar azul
Browse files

webapp: alert on 409 responses

They might be meaningful response codes for some scenarios. But
so far we are not conciously sending them out. If they occur that
is because we handed them down from couch. So we might want to
fix the underlying issue. Couch 409s should be caught by the webapp
and handled there.
parent 71d10f85
Branches
Tags
No related merge requests found
/var/log/leap/webapp.log
# check for webapp errors
C Completed 500
# also alert conflicts. They might be meaningful response codes
# but so far we were just handing them on from couch and they
# indicated some actual problem.
C Completed 409
# couch connection issues
C webapp.*Could not connect to couch database messages due to 401 Unauthorized: {"error":"unauthorized","reason":"You are not a server admin."}
# ignore RoutingErrors that rails throw when it can't handle a url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment