Hi,
I have 2 web applications which use log back for logging. I'm referring to the logback jars in both applications using a single shared library. each application has its own log file.

Most of the logs work fine (i.e, they go to the required log files) but some others get mixed up, e.g. consider applications as A and B, sometime logs from application A are present in application B log files. I'm not sure what is causing this.

Let me know if i'm missing anything.

Sumit.