Hello, I'm using log4j in an environment with multiple jvms. I know that the best option for a central logging output, would be a database, but in this environment I don't have one. Now I use a different file for each jvm, but I need to consolidate them in one file.
The best case would be to have the same appender in each JVM and they would have a buffer to protect the file and control the I/O. Is there any sample how to do this in log4j? Is it supported? Bye, Thomas