Log process command line arguments
This commit is contained in:
parent
c4ba97ff6d
commit
ebef9ea3d5
1 changed files with 4 additions and 0 deletions
|
@ -449,6 +449,10 @@ public class PitestOperation extends AbstractProcessOperation<PitestOperation> {
|
|||
});
|
||||
}
|
||||
|
||||
if (LOGGER.isLoggable(Level.FINE)) {
|
||||
LOGGER.fine(String.join(" ", args));
|
||||
}
|
||||
|
||||
return args;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue