Customizing the logging utility files

The @confPath@/jazz/log4j.properties file configures the logging framework used by the Jazz™ Team Server for System z®.
By default, the log4j.properties file writes Jazz Team Server messages to the Tomcat Application Server stdout file (generally, the application server job log), as well as 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 
This line should be updated to reflect the value that you are using for your Jazz Team Server for System z @workPath@ directory, for example:
log4j.appender.file.File=/u/jazz/logs/jazz.log

The location of the log4j.properties file should be added to the Java™ options when you configure the installation. For more information see, Troubleshooting Ant with extensions for z/OS builds.


Feedback