You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
As a developer I want controllers located in org.zalando.zmon.api log exceptions So that I have better visibility on problems
Explanation
Some controller classes already have @ExceptionHandlers enabled. For instance
public class AlertDefinitionsApi extends AbstractZMonController
Where AbstractZMonController defines a bunch of @ExceptionHandlers
However other controller classes don't have any exception handlers, so when the exception is thrown, error message is returned to the client, but not logged by ZMON controller.
The text was updated successfully, but these errors were encountered:
beverage
added
the
bug
user-reported issues that take more than one hour to resolve
label
Jul 17, 2018
User story
As a developer
I want controllers located in
org.zalando.zmon.api
log exceptionsSo that I have better visibility on problems
Explanation
Some controller classes already have
@ExceptionHandler
s enabled. For instanceWhere
AbstractZMonController
defines a bunch of@ExceptionHandler
sHowever other controller classes don't have any exception handlers, so when the exception is thrown, error message is returned to the client, but not logged by ZMON controller.
The text was updated successfully, but these errors were encountered: