Hi,
I have an application in which I have tried to use both a FileAppender and a RemotingAppender. I notice that when I have the following line in my config file, both appenders work fine: <onlyFixPartialEventData value="true" /> When I do not have this line or set the value to "false", then the FileAppender continues to work, but my RemotingAppender stops working. You may wonder why I wish to set onlyFixPartialEventData to "false". The reason: My application is multi-threaded and creates a fixed number of threads. My loggers are static loggers (not instance loggers), and I have 2 of them. When I set onlyFixPartialEventData to "true", I see that the number of threads in my application increases with time. These threads never seem to terminate. How do I avoid this multiplication of threads? Thanks in advance for any help. Regards, Jaya.