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