Here is the challenge I\'m facing:
I have a servlet program. And I need to write logs for each user to the folder named after that user. Something like this:
The Log4j2 FAQ page has an example that uses the RoutingAppender to achieve this.