Skip to content

Commit 5af17dc

Browse files
committed
Suppressed log level, FINE was still in the output.
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
1 parent d856aea commit 5af17dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/RemoteCLICommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ private void reExecuteAfterMetadataUpdate() throws ReExecuted, CommandException
533533
@Override
534534
public int execute(String... argv) throws CommandException {
535535
try {
536-
logger.log(Level.FINE, () -> "Executing: " + Arrays.toString(argv));
536+
logger.log(Level.FINER, () -> "Executing: " + Arrays.toString(argv));
537537
return super.execute(argv);
538538
} catch (ReExecuted reex) {
539539
return reex.getExecutionResult();

0 commit comments

Comments
 (0)