mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 04:17:26 +08:00
[O] Better logging in json
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user