Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging info messages on error level. #23

Open
allanite opened this issue May 23, 2016 · 2 comments
Open

Logging info messages on error level. #23

allanite opened this issue May 23, 2016 · 2 comments

Comments

@allanite
Copy link

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.");
@RLHawk1
Copy link

RLHawk1 commented Sep 26, 2016

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

@allanite
Copy link
Author

Any news on getting this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants