
14 Jun
2012
14 Jun
'12
5:02 p.m.
By the way, since the home property is used within SiftingAppender, it should be defined in the "context" scope. Example: <property name="home" value="/tmp" scope="context"/> HTH, -- Ceki http://twitter.com/#!/ceki On 14.06.2012 18:57, ceki wrote:
Hi Yura,
There multiple errors in the config you provided (independent of SiftingAppender). As a general recommendation, you should set the debug attribute to true to see the errors.
<configuration debug="true"> ... </configuration?
Here are a few hints.
Hint1: ch.qos.logback.core.rolling.RollingFileAppender not FileAppender Hint2: SizeAndTimeBasedFNATPExt does not exist
HTH,