When a client has our web application loaded, a particular webservice is called every 5 seconds and it returns a very large piece of data. This floods the catalina.out log with redundant info which makes it hard to find information about other webservices.
Is there a way to exclude logging for this particular webservice or route it to a different file? Or exclude showing cookies from logs? Or other header information?
Currently using log4j2 instead of JULI, but I can switch back if solution requires.
Thanks for help in advance :)