Replies: 1 comment
-
There are some of debug messages:
For some reason, properties are just ignored |
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
-
Hello,
I'm migrating a project based on Spring Boot 2.6.8 / Spring 5.3.20 / Logback 1.2.11 / ElasticSearch Appender 1.6
to the newest stack Spring Boot 3.0.2 / Spring 6.0.4 / Logback 1.4.5 / ElasticSearch Appender 1.6
Here the excerpt of
logback-spring.xml
configuration:This worked fine with logback-core 1.2.11 but in newer version 1.4.5 there's exception:
For some reason, in
PropertyModelHandler
it recognizes such modelsas incorrect. They do contain "name" and "value" although.
Anyone help?
Beta Was this translation helpful? Give feedback.
All reactions