From: ceki <ceki@qos.ch>
To: logback users list <logback-user@qos.ch>
Sent: Thursday, June 14, 2012 1:02:19 PM
Subject: Re: [logback-user] Split logs to different files by MDC?
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/#!/cekiOn 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,
_______________________________________________
Logback-user mailing list
Logback-user@qos.chhttp://mailman.qos.ch/mailman/listinfo/logback-user