Describe the bug
in the Spring web project,internal code invocation throws an exception,but we use @ControllerAdvise and @ExceptionHandler to handle it, and it sned 200(http status code) and error message that we expected。
as we take the configuration that ignore this exception,and it‘s not collected as an ERROR, it is good。
but the problem is: the trace is reported as http 5xx on the kibana。
Steps to reproduce
it‘s well described by the above text
Expected behavior
expecte the trace is shown with the actual http status code:200