Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.7.6
-
None
-
We have a cluster with horizontal an vertical clustering. To have the same configuration for logging, the logback-config.xml is centralized for all jvms on the same node.
Description
Now when starting the first jvm on a node, the logback-config.xml is read and logging works. Starting the second jvm2 causes stop logging on jvm1 and starts logging on jvm2.
Restarting jvm1 now causes jvm2 to stop logging and jvm1 restarts logging again.
Seems as if two jvms could not share the same logback-config.xml.