We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3f551 commit 465550dCopy full SHA for 465550d
1 file changed
backend/src/main/resources/application.properties
@@ -3,6 +3,8 @@ spring.application.name=onmyway
3
spring.config.import=optional:file:backend/.env.dev[.properties]
4
# ???? ?? ??? ?? ???
5
logging.level.org.springframework.security=DEBUG
6
+logging.level.org.springframework.security.web.access=TRACE
7
+logging.level.org.springframework.web.servlet.handle=TRACE
8
9
# ?? ??? ?? (?? ?? ??? dev? ????)
10
spring.profiles.active=dev
0 commit comments