Customize stdout and stderr tomcat 9 log files as windows service
I installed tomcat 9 as service on Windows 10, and I want the tomcat write stodout and stderr in just one file with date in the name file.
If a set ‘auto’ in Redirect Stdout and Redirect Stderror fields (see the image), it create two files one for stdout and other for stderr, with the date in the name. I want the same behavior, but all in just one file. Anyone knows how to do it?