Revision 5767
Added by ben leinfelder almost 14 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
635 | 635 |
Logger logMetacat = Logger.getLogger(MetaCatServlet.class); |
636 | 636 |
|
637 | 637 |
String requestEncoding = request.getCharacterEncoding(); |
638 |
logMetacat.warn("requestEncoding: " + requestEncoding);
|
|
638 |
logMetacat.debug("requestEncoding: " + requestEncoding);
|
|
639 | 639 |
|
640 | 640 |
// Update the last update time for this user if they are not new |
641 | 641 |
HttpSession httpSession = request.getSession(false); |
Also available in: Unified diff
use debug level for request encoding message