-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is presentMinor loss of function, or other problem where easy workaround is present