I have a Tomcat7 server and I'd like to move the catalina.out log to a different directory than ${catalina.base}/logs.
The approach of changing CATALINA_OUT environment variable doesn't work How do I change the path to catalina.out?, I've modified it and I'm sure the environment variable is set to CATALINA_OUT="$MY_PATH/catalina.out" before the server startup, but catalina.out stays still in ${catalina.base}/logs
The conf/logging.properties doesn't specify such property for catalina.out, this had been brought up in many similar discussion posts.
Is there any folks also met such problem recently or before ?