Skip to content

Exception logging

Daniel Gerhardt requested to merge exception-logging into master

Exceptions are always passed to the logger instead of directly logging the excetions message or even completely omitting the exception.

Merge request reports