From 56adf1c334a3a8e3a011fae3da66005062b06981 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Mon, 10 Jun 2024 02:25:24 +0900 Subject: [PATCH] Disable body output --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b5fd63..a489231 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ logbook.minimum-status=401 logbook.obfuscate.json-body-fields=password,access_token,refresh_token,client_secret -logbook.strategy=body-only-if-status-at-least +logbook.strategy=without-body logging.level.am.ik.blog.ImageProxyApplication=debug logging.level.org.zalando.logbook=trace logging.logback.ecs-encoder.enabled=true