From 696b31206d2bf921c4535446db6f9cf6f418c345 Mon Sep 17 00:00:00 2001 From: ksshlee Date: Sat, 18 Jan 2020 18:33:32 +0900 Subject: [PATCH] fix logging change to debug --- 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 b93ff4de3..9b0305cd5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -18,7 +18,7 @@ management.endpoints.web.exposure.include=* # Logging logging.level.org.springframework=INFO -# logging.level.org.springframework.web=DEBUG +logging.level.org.springframework.web=DEBUG # logging.level.org.springframework.context.annotation=TRACE # Maximum time static resources should be cached