Why don't try running your application with the log4j.debug system property on. You 
can define it on the command line or add 

log4j.debug=true

in your config file. See what that gives you. Ceki

At 12:15 29.05.2001 +0200, you wrote:
>Hy,
>
>I am actually trying to create different file-appenders for different
>packages. Does anyone really know a working confguration for this. For
>example I would like that all the log entries for the package
>"org.mitsu.mcd.services.requestlog" go to a single file.
>
>I have already tried the following, but it doesnt work
>
>log4j.category.org.mitsu.mcd.services.requestlog=debug, another
>log4j.appender.another=org.apache.log4j.RollingFileAppender
>log4j.appender.another.File=webapps/mcd/logs/request.log
>log4j.appender.another.MaxFileSize=100KB
>log4j.appender.another.MaxBackupIndex=1
>
>What ist wrong with this configuration? Log4j still logs all entries for the
>Classes in that package to the main log-file. It doesnt even work if I
>change the first line to a complete Class, for example
>
>log4j.category.org.mitsu.mcd.services.requestlog.RequestLogger=debug,
>another
>
>That also does simply not work
>
>Please help!
>
>Thanx
>Daniel
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

--
Ceki G�lc�


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to