gwtupload icon indicating copy to clipboard operation
gwtupload copied to clipboard

Logging info messages on error level.

Open allanite opened this issue 8 years ago • 2 comments

Wrong usage of logging: Logging info messages on error level.

Upload servlet line 942 to 946:

  // Receive the files
  logger.error("UPLOAD-SERVLET (" + session.getId() + ") parsing HTTP POST request ");
  uploadedItems = uploader.parseRequest(request);
  session.removeAttribute(getSessionLastFilesKey(request));
  logger.error("UPLOAD-SERVLET (" + session.getId() + ") parsed request, " + uploadedItems.size() + " items received.");

allanite avatar May 23 '16 08:05 allanite

This has been fixed in pull request #21 if it can be merged at some point.

RLHawk1 avatar Sep 26 '16 18:09 RLHawk1

Any news on getting this merged?

allanite avatar Sep 20 '19 07:09 allanite