From f101afc9226ca014c5268824079c2ecd603bd826 Mon Sep 17 00:00:00 2001 From: komp15 <77535280+komp15@users.noreply.github.com> Date: Sat, 1 Oct 2022 10:38:44 +0200 Subject: [PATCH] :loud_sound: Update logging level --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ce8fd1b..f4874f4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,3 @@ logging.file.path=./pwr-api-logs -logging.file.name=pwr-api.log \ No newline at end of file +logging.file.name=pwr-api.log +logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG \ No newline at end of file