From dff2f505ec0946e3487dbaee0ef11cd113b28af6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 6 Dec 2023 13:35:02 +0300 Subject: Fix logging configuration --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 17bc6322..e2aaa103 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +logging.level.root=INFO server.servlet.session.tracking-modes=cookie spring.mvc.pathmatch.matching-strategy=ant-path-matcher spring.jackson.default-property-inclusion=non-default -- cgit v1.2.3