Git adapter log files

If you encounter errors or exceptions, you can use log files to research these issues and find resolutions. The log file names are gitAdapter.log, ccm.log, and jts.log.

The location of the log files is determined by the log4j.properties file in the <Jazz_Home>/xxx directory. The default setting for the xxx.log file is log4j.appender.file.File=logs/xxx.log. For example, the default setting for the gitAdapter.log file is log4j.appender.file.File=logs/gitAdapter.log.

You can define the location of the log4j.properties with the JVM argument Dlog4j.configuration=<full_file_path>.


Feedback