-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi, first of all thanks for this great library!
There is one functionality which doesn't work exactly as in "jcabi-aspects", I think the behaviour in the last one is the more practical.
The option ignore makes the strack-trace of the declared exceptions not to be printed in the logs, but the error line is still traced. And I think this option should make the exception not to be printed at all, or at least not as an error:
logger-spring-boot/src/main/java/com/github/rozidan/springboot/logger/LoggerInterceptor.java
Line 129 in 13dd946
| if (contains(loggable.ignore(), ex)) { |
What do you think? Would you need a pull-request for this?
Regards,
Metadata
Metadata
Assignees
Labels
No labels