Skip to content

Commit 3c7a7b0

Browse files
committed
chore(logging): make UsersActivationServiceImpl less verbose.
Don't log a confirmation about activation deletion: 2020-08-13 00:30:00.003 [user: ] INFO 27305 --- [pool-1-thread-1] r.m.web.feature.site.CronServiceImpl : Delete expired activation (key: 6kzbgysram, email: [email protected], created: 2020-08-10 00:03:34.0) 2020-08-13 00:30:00.006 [user: ] DEBUG 27305 --- [pool-1-thread-1] r.m.w.f.a.UsersActivationServiceImpl : Users activation '6kzbgysram' has been deleted Follow-up to 04ad2d4 commit.
1 parent f8c6b65 commit 3c7a7b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

infra/vagrant/provisioning/roles/mystamps-app/templates/application-prod.properties

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
2929
logging.file: /data/logs/mystamps.log
3030
logging.level.root: INFO
3131
logging.level.ru.mystamps: DEBUG
32+
logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl: INFO
3233
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter: INFO
3334
logging.level.ru.mystamps.web.support.mailgun.ApiMailgunEmailSendingStrategy: INFO
3435
logging.level.org.springframework.web.servlet.handler.SimpleUrlHandlerMapping: WARN

src/main/resources/application-test.properties

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ spring.liquibase.change-log: classpath:/liquibase/changelog.xml
3434

3535
logging.level.root: INFO
3636
logging.level.ru.mystamps: DEBUG
37+
logging.level.ru.mystamps.web.feature.account.UsersActivationServiceImpl: INFO
3738
logging.level.ru.mystamps.web.support.spring.security.SessionLocaleResolverAwareFilter: INFO
3839
logging.level.ru.mystamps.web.feature.category.CategoryServiceImpl: INFO
3940
logging.level.ru.mystamps.web.feature.country.CountryServiceImpl: INFO

0 commit comments

Comments
 (0)