Hi guys,

I want to extend logback to send logs with ERROR log levels to our internal logging service (with http post and some custom parameters).

Is writing a custom logback Filter the best way to do this? The word 'filter' to me sounds more to "filter out logs".

Thanks