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
When using the lazy option in SocketAppender as shown in this example, the options is not recognized and I get the following error:
System.out: 16:45:29,844 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@10:15 - no applicable action for [lazy], current ElementPath is [[configuration][appender][lazy]]
Reproduction
Use the configuration in the linked example
Logs
No response
logback-android version
3.0.0
OS Version
Android 11
What logback configuration are you using? (logback.xml or Java/Kotlin code)
Same as https://github.com/tony19/logback-android/wiki/Appender-Notes#socketappender-syslogappender
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
Describe the bug
When using the lazy option in SocketAppender as shown in this example, the options is not recognized and I get the following error:
System.out: 16:45:29,844 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@10:15 - no applicable action for [lazy], current ElementPath is [[configuration][appender][lazy]]
Reproduction
Use the configuration in the linked example
Logs
No response
logback-android version
3.0.0
OS Version
Android 11
What logback configuration are you using? (logback.xml or Java/Kotlin code)
Validations
The text was updated successfully, but these errors were encountered: