Changes command logging from debug to info
This commit is contained in:
@@ -285,7 +285,7 @@ class ProcessExecutor implements ReleaserPropertiesAware {
|
||||
void runCommand(String[] commands, long waitTimeInMinutes) {
|
||||
try {
|
||||
String workingDir = this.workingDir;
|
||||
log.debug(
|
||||
log.info(
|
||||
"Will run the command from [{}] via {} and wait for result for [{}] minutes",
|
||||
workingDir, commands, waitTimeInMinutes);
|
||||
ProcessBuilder builder = builder(commands, workingDir);
|
||||
|
||||
Reference in New Issue
Block a user