> I now still have the following problem. I have two categories:
> log4j.category.nl.unwired.sgs.sms.plugin=DEBUG, A
> log4j.category.nl.unwired.sgs.sms=DEBUG, B
>
> Both A and B log in serparate log files. However the plugin
> package also
> logs in the B log file.
>
> I think this is what meant by the disjoint property.
> However I don't know how to solve this.
I think adding another line:
log4j.additivity.nl.unwired.sgs.sms.plugin=false
will make it do what you want it to.
Jon
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-user-help@jakarta.apache.org
|