jsonrpc4j icon indicating copy to clipboard operation
jsonrpc4j copied to clipboard

Fine-logging of response before it is handed over to Jackson

Open realdadfish opened this issue 10 years ago • 1 comments

If a server responds with invalid JSON, it might be worthwhile to actually have a look at the real response. Right now only valid JSON is printed via JsonNode.toString().

realdadfish avatar Jun 13 '14 07:06 realdadfish

Attached logging decorators I created for this myself. Enable with client.getObjectMapper().getJsonFactory().setOutput-/-Input Decorator. LoggingDecorators.zip

mirvnillith avatar Dec 09 '15 14:12 mirvnillith