Git adapter log files

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

The location of the log files is determined by the log4j.properties file. Its default location is the <Install_dir>/server/conf/xxx directory. You can define the location of the log4j.properties file with the JVM argument Dlog4j.configuration=<full file path>.

Log file location is set with the log4j.appender.file argument. The default setting for Git adapter log files is of the form:
log4j.appender.file.File=logs/xxx.log
So that, for example, the default setting for the gitAdapter.log file is
log4j.appender.file.File=logs/gitAdapter.log

Feedback