Elliotte Rusty Harold created SCM-1026: ------------------------------------------
Summary: Decrease git logging Key: SCM-1026 URL: https://issues.apache.org/jira/browse/SCM-1026 Project: Maven SCM Issue Type: Improvement Reporter: Elliotte Rusty Harold 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)