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 @@ -30,6 +30,7 @@ logging.file: /data/logs/mystamps.log
30
30
logging.level.root : INFO
31
31
logging.level.ru.mystamps : DEBUG
32
32
logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl : INFO
33
+ logging.level.ru.mystamps.web.feature.site.CspController : ERROR
33
34
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter : INFO
34
35
logging.level.ru.mystamps.web.support.mailgun.ApiMailgunEmailSendingStrategy : INFO
35
36
logging.level.org.springframework.web.servlet.handler.SimpleUrlHandlerMapping : WARN
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
35
35
logging.level.root : INFO
36
36
logging.level.ru.mystamps : DEBUG
37
37
logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl : INFO
38
+ logging.level.ru.mystamps.web.feature.site.CspController : ERROR
38
39
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter : INFO
39
40
logging.level.ru.mystamps.web.feature.category.CategoryServiceImpl : INFO
40
41
logging.level.ru.mystamps.web.feature.country.CountryServiceImpl : INFO
You can’t perform that action at this time.
0 commit comments