mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-2223 Update debug log message to avoid repeating huge JSON blob.
This commit is contained in:
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user