Peter Steiner <peter.steiner <at> hugwi.ch> writes:

> Quite frequently I see the question popping, how you can have one log
> file per day, even when you use an INI file (a.k.a. properties) for the
> configuration.
> 
> There are two roads:
> - use the DailyRollingFileAppender. This is documented as deprecated,
>   but with the recent commits from Curt (486425 and earlier) this
>   probably works out of the box (I have not tested this).
> - use the new style RollingFileAppender with a TimeBasedRollingPolicy.
>   To configure the policy from properties, you need the patch
>   (originally by Christian Steindl) from
>   http://issues.apache.org/jira/browse/LOGCXX-102

Thanks for posting this Peter!  Very helpful.  Do you have any ideas why this
patch hasn't made it into SVN yet?  I'm sure a lot of people must be getting
burnt by this.

I followed the second road, and after applying the log4cxx-102.1.patch, your
example worked perfectly (the other, more recent, propertyconfigurator.cpp.patch
didn't seem to work for me under cygwin so I ignored it)

Allan


Reply via email to