TurboFilters should be called with format/params/throwable when using fluent logging API (original) (raw)

I think TurboFilter decide method should be called with provided format/params/throwable the same way whether fluent logging API has been used or not.

Currently, with slf4j-api 2.0.16 and logback-classic 1.5.8 :

In logback documentation, I found :

I think it’s an issue that TurboFilters is not called with format/params/throwable when using fluent logging API.