Replies: 1 comment
-
Defining the class as an attribute of the encoder element is required by logback. Logback does not allow configuring the encoder class as a nested element. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to integrate LogstashEncoder with Spring-boot 3. By default SB has 2 appenders: FILE and CONSOLE. I like how they can be with SB properties. However, its not possible to override encoder class of default FILE appender, so the new appender is needed. I would like to be able override encoder class as I can do with pattern or charset.
Like
As for now, I have to define a new appender or to lose convenient SB configuration
Beta Was this translation helpful? Give feedback.
All reactions