From cdda90508a330b84b94ded241992ee602f5f3de9 Mon Sep 17 00:00:00 2001 From: Denis Oleynik Date: Wed, 19 Feb 2025 14:27:56 +0300 Subject: [PATCH] [properties] Set DEBUG-level logging and port 2025 --- src/main/resources/application.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c6bfd72..e0887fa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -25,4 +25,13 @@ spring: spring-doc: swagger-ui: path: /swagger-ui.html - operationsSorter: method \ No newline at end of file + operationsSorter: method + +logging: + level: + org: + springframework: + security: DEBUG + +server: + port: 2025 \ No newline at end of file