[
https://issues.apache.org/jira/browse/SCM-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964017#comment-17964017
]
ASF GitHub Bot commented on SCM-1026:
-------------------------------------
jira-importer opened a new issue, #1250:
URL: https://github.com/apache/maven-scm/issues/1250
**[Elliotte Rusty
Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)**
opened
**[SCM-1026](https://issues.apache.org/jira/browse/SCM-1026?redirect=false)**
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](https://issues.apache.org/jira/browse/SCM-1026?redirect=false)
> 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)