__pkginfo__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 19 Jun 2017 18:00:26 +0200
changeset 12187 3a1f742b84cd
parent 11382 dab704a0e4b1
permissions lrwxrwxrwx
[web] Only log exceptions in debug mode in Ajax controllers When we raise a RemoteCallFailed error (erroneously turned into a '500 Internal Server Error' response, but that's another business). In production environment, we do not want to log the exception in most cases where it's actually a client error. So only log the exception in debug mode.

cubicweb/__pkginfo__.py