This is just an idea, but did you try setting this?
_JAVA_OPTIONS=-Dlogging.level.org.springframework=TRACE
Theoretically, this way -Dlogging.level.org.springframework=TRACE will be passed as default JVM argument and should affect every JVM instance in your environment.