We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f1d71 commit 8c9f0f4Copy full SHA for 8c9f0f4
core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java
@@ -720,7 +720,7 @@ public OutputStream getOutputStream(final int contentLength) throws IOException
720
// output streams writes out bytes only on close (for example GZipOutputStream).
721
response.close();
722
} catch (final Exception e) {
723
- LOGGER.log(Level.WARNING, LocalizationMessages.ERROR_CLOSING_COMMIT_OUTPUT_STREAM(), e);
+ LOGGER.log(Level.FINER, LocalizationMessages.ERROR_CLOSING_COMMIT_OUTPUT_STREAM(), e);
724
}
725
726
0 commit comments