The outputs of RestClient too much. However, when the log level is set to WARN or higher, there are too few logs.
Here is my suggestion.
- "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 content -> ..."
should be
- Both "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 SEND REST OBJECT ==>"
and "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 RECEIVED REST OBJECT <=="
should be
Please consider it.
Here is my suggestion.
- "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 content -> ..."
should be
INFO
as-is.- Both "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 SEND REST OBJECT ==>"
and "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 RECEIVED REST OBJECT <=="
should be
DEBUG
because these are just pretty the content.Please consider it.