Skip to content

Commit

Permalink
Merge pull request #25262 from dmiya3/br-suppress-extracted-transferr…
Browse files Browse the repository at this point in the history
…ed-entry

Suppress internal processing output on executing asadmin create-local-instance
  • Loading branch information
arjantijms authored Dec 6, 2024
2 parents 3de47cc + e893bdf commit e630f4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Contributors to the Eclipse Foundation
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation
* Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -457,7 +457,7 @@ private File extractFile(final Payload.Part part, final String outputName) throw
dirTimestamps.put(extractedFile, lastModified);
}
postExtract(extractedFile);
logger.log(Level.CONFIG, "Extracted transferred entry {0} of size {1} B to {2}",
logger.log(Level.FINER, "Extracted transferred entry {0} of size {1} B to {2}",
new Object[] {part.getName(), extractedFile.length(), extractedFile});
reportExtractionSuccess();
return extractedFile;
Expand Down

0 comments on commit e630f4c

Please sign in to comment.