File tree 2 files changed +2
-0
lines changed
infra/vagrant/provisioning/roles/mystamps-app/templates
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
29
29
logging.file : /data/logs/mystamps.log
30
30
logging.level.root : INFO
31
31
logging.level.ru.mystamps : DEBUG
32
+ logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl : INFO
32
33
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter : INFO
33
34
logging.level.ru.mystamps.web.support.mailgun.ApiMailgunEmailSendingStrategy : INFO
34
35
logging.level.org.springframework.web.servlet.handler.SimpleUrlHandlerMapping : WARN
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
34
34
35
35
logging.level.root : INFO
36
36
logging.level.ru.mystamps : DEBUG
37
+ logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl : INFO
37
38
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter : INFO
38
39
logging.level.ru.mystamps.web.feature.category.CategoryServiceImpl : INFO
39
40
logging.level.ru.mystamps.web.feature.country.CountryServiceImpl : INFO
You can’t perform that action at this time.
0 commit comments