[logback-user] Split logs to different files by MDC?
ceki
ceki at qos.ch
Thu Jun 14 19:02:19 CEST 2012
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,
More information about the Logback-user
mailing list