[
https://issues.apache.org/jira/browse/SCM-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905405#comment-17905405
]
Michael Osipov commented on SCM-1026:
-------------------------------------
This happens in other components as well. Debug level is more than enough.
> 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
> Priority: Minor
>
> 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)