[
https://issues.apache.org/jira/browse/SCM-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965198#comment-17965198
]
Olivier Lamy commented on SCM-1026:
-----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#1250|https://github.com/apache/maven-scm/issues/1250]. Please
visit the GitHub issue to view further activity, add comments, or subscribe to
receive notifications.
> Decrease git logging
> --------------------
>
> Key: SCM-1026
> URL: https://issues.apache.org/jira/browse/SCM-1026
> Project: Maven SCM (Moved to GitHub Issues)
> 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)