From 22b3d1639e78154525063600e91d6cfce2a5a027 Mon Sep 17 00:00:00 2001 From: vitalykutsenko Date: Sat, 27 May 2023 16:53:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BA=20=D0=B7=D0=B0=D0=BD=D1=8F=D1=82=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring-30-exercise/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2023-01/spring-30/spring-30-exercise/src/main/resources/application.yml b/2023-01/spring-30/spring-30-exercise/src/main/resources/application.yml index 4b4d02dc..efa5596f 100644 --- a/2023-01/spring-30/spring-30-exercise/src/main/resources/application.yml +++ b/2023-01/spring-30/spring-30-exercise/src/main/resources/application.yml @@ -1,3 +1,5 @@ logging: level: - root: debug \ No newline at end of file + root: debug + sun: error + javax: error \ No newline at end of file