Open
Description
Elliotte Rusty Harold opened SCM-1026 and commented
In GitCommandLineUtils a lot of logs like
if (LOGGER.isInfoEnabled()) {
LOGGER.info("Executing: " + commandline);
LOGGER.info("Working directory: " + commandline.getWorkingDirectory().getAbsolutePath());
}
should be demoted to debug. As long as it works, we don't want to read each step.
No further details from SCM-1026