maven-scm icon indicating copy to clipboard operation
maven-scm copied to clipboard

[SCM-1026] Decrease git logging

Open jira-importer opened this issue 1 year ago • 3 comments

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

jira-importer avatar Dec 12 '24 13:12 jira-importer

Michael Osipov commented

This happens in other components as well. Debug level is more than enough.

jira-importer avatar Dec 13 '24 08:12 jira-importer

With https://github.com/apache/maven-scm/pull/1286 merged can we close this @elharo ?

kwin avatar Sep 16 '25 09:09 kwin

No, this particular code still exists. #1286 didn't fix it

elharo avatar Sep 16 '25 11:09 elharo