maven-scm
maven-scm copied to clipboard
[SCM-1026] Decrease git logging
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
With https://github.com/apache/maven-scm/pull/1286 merged can we close this @elharo ?
No, this particular code still exists. #1286 didn't fix it