yuanhaoliang
commented on
LOGBACK-755
RollingFileAppender is not worked inside siftingAppender when using logback-access!!!
I found the problem.
I just change "<encode>" to " <encoder class="ch.qos.logback.access.PatternLayoutEncoder">" in the SiftingAppender.
problem solved.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your
JIRA administrators
.
For more information on JIRA, see:
http://www.atlassian.com/software/jira
I just change "<encode>" to " <encoder class="ch.qos.logback.access.PatternLayoutEncoder">" in the SiftingAppender.
problem solved.