Hello,
Do we have a timeline for this issue? I am confronted with this issue when attempting to use a JSON with nested nodes pattern layout within a RollingFileAppender, e.g.:
*<appender name="TestIssue" class="ch.qos.logback.core.rolling.RollingFileAppender"> .... <encoder> <pattern>{"time":"%d {.yyyy-MM-dd hh:mm:ss}
","json": {"inner":"%p"}
,"text":"%m"}%n</pattern> </encoder> ... </appender>*
Also, any idea for a workaround for this issue in the meantime it would be most useful. This is a blocker for me preventing me to introduce logback logging within my application. Thank you!
Note: Tested with release 1.1.8
|