adrianhsm created SOLR-7009:
-------------------------------
Summary: Body of a request does not print out in XMLLoader when
setting log level to TRACE
Key: SOLR-7009
URL: https://issues.apache.org/jira/browse/SOLR-7009
Project: Solr
Issue Type: Bug
Reporter: adrianhsm
In XMLLoader of solr 5.0( branch_5x ), there is a line to print out the body of
a request when setting log level to TRACE as follow:
UpdateRequestHandler.log.trace("body", new String(body, (charset == null) ?
ContentStreamBase.DEFAULT_CHARSET : charset));
But it does not actually:
.....TRACE org.apache.solr.handler.UpdateRequestHandler – body
Should the format parameter in trace function change to enable the output of a
body
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]