Customizing the logging utility files

The @confPath@/jazz/log4j.properties file configures the logging framework used by the Jazz™ Team Server on z/OS®.
By default, the log4j.properties file writes Jazz Team Server messages to the Tomcat Application Server stdout file (the application server job log), and to a separate file that is specified in the log4j.properties file. Edit the @confPath@/jazz/log4j.properties file and locate the line:
log4j.appender.file.File=@workPath@/logs/jazz.log 
Update this line to reflect the value that you are using for your Jazz Team Server @workPath@ directory, for example:
log4j.appender.file.File=/u/jazz/logs/jazz.log

Add the location of the log4j.properties file to the Java™ options when you configure the installation. For more information see, ../../com.ibm.team.concert.doc/topics/rtcz_trouble_antzbuild.html Troubleshooting Ant with extensions for z/OS builds in the Rational Team Concert™ for System z® Information Center at http://publib.boulder.ibm.com/infocenter/rtczhelp/v2r0m0/index.jsp..


Feedback