mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-07-16 08:41:43 -05:00
[O] Better logging in json
This commit is contained in:
parent
885dfb5bea
commit
f39ccf7629
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user