Closed wurzelkuchen closed 4 months ago
The EventFiringDecorator, currently produces a lot of log with stale element exceptions, which are catched, filling up log files quite fast.
There is a full stacktrace with additional information in the log even thought the exception is known.
Exceptions which are expected and covered should not produce additional log entries.
Quick Description
The EventFiringDecorator, currently produces a lot of log with stale element exceptions, which are catched, filling up log files quite fast.
Actual Behaviour
There is a full stacktrace with additional information in the log even thought the exception is known.
Expected Behaviour
Exceptions which are expected and covered should not produce additional log entries.