When multiple clients concurrently access the application it’s hard to tell which log message belongs to which client because log messages don’t contain the java thread name. How is this problem usually solved?
↧