https://issues.apache.org/bugzilla/show_bug.cgi?id=55253
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Mark Thomas <ma...@apache.org> --- While I have some sympathy with this problem, I am concerned that different users are going to want different information in those 79 characters and that will lead to conflicting requirements. I don't recall that there is a good reason for LOGGING_CONFIG to be first. I'll note that it does contain $CATALINA_BASE even though it is not fully visible due to the length of the path to the java executable. I think your best option is a workaround. Create a file called setenv.sh (or edit the one you already have if you have one) and add the following: LOGGING_CONFIG="-Dfoo.your.marker.here $LOGGING_CONFIG" That will allow you to insert any text you like into the command line as early as possible (i.e. just after the path to the java executable). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org