You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set a property with type int but when I run the application I got this error:
ava.lang.IllegalStateException: Logback configuration error detected:
ERROR in ch.qos.logback.core.joran.spi.Interpreter@95:23 - no applicable action for [type], current ElementPath is [[configuration][appender][properties][property][type]]
at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:169)
I have checked the version and open the source of it but I cannot find the type filed inside com.internetitem.logback.elasticsearch.config.Property
how is that possible? does I am miss something?
The text was updated successfully, but these errors were encountered:
I am trying to set a property with type
int
but when I run the application I got this error:I have checked the version and open the source of it but I cannot find the
type
filed insidecom.internetitem.logback.elasticsearch.config.Property
how is that possible? does I am miss something?
The text was updated successfully, but these errors were encountered: