[O] Better logging in json

matching
Azalea 2024-12-26 11:57:40 -05:00
parent 885dfb5bea
commit f39ccf7629
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class ChusanServletController(
logger.info("Chu3 > $api no-op")
return """{"returnCode":"1"}"""
}
logger.info("Chu3 < $api : $data")
logger.info("Chu3 < $api : ${data.toJson()}")
return try {
Metrics.timer("aquadx_chusan_api_latency", "api" to api).recordCallable {