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 b1772b7 commit 5c2392cCopy full SHA for 5c2392c
src/main/resources/application-test.properties
@@ -35,6 +35,9 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
35
logging.level.root: INFO
36
logging.level.ru.mystamps: DEBUG
37
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter: INFO
38
+logging.level.ru.mystamps.web.feature.category.CategoryServiceImpl: INFO
39
+logging.level.ru.mystamps.web.feature.country.CountryServiceImpl: INFO
40
+
41
logging.level.liquibase: WARN
42
logging.level.org.springframework.web.servlet.handler.SimpleUrlHandlerMapping: WARN
43
logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: WARN
0 commit comments