SEARCH-2223 Update debug log message to avoid repeating huge JSON blob.

This commit is contained in:
Tom Page
2020-05-06 09:15:06 +01:00
parent c339fbee5e
commit b2d35e9cb1
@@ -3888,8 +3888,8 @@ public class SolrInformationServer implements InformationServer
}
catch (JSONException exception)
{
// Nothing to be done here: the exception has been already logged in repositoryClient
LOGGER.debug("JSON exception raised while getting node metadata from repository.", exception);
// The exception has been already logged in repositoryClient and could be huge. Simply log a reference to it here.
LOGGER.debug("JSON exception swallowed by SolrInformationServer.");
}
catch (Exception exception)
{