Hello Logback community,
Please correct me if wrong, but it doesn't seem possible to share encoder definition in multiple appenders.
I guess there is a reason why encoder instances cannot be shared, but wouldn't it be possible to support at least sharing definition?
Now I have to resort to copy-pasting same encoder definition multiple times which is suboptimal, not DRY.