Currently I am working with a Spring Cache and the @Cacheable/@CacheEvict annotations.
@Cacheable
@CacheEvict
I would like to get some sort of a console log statement
And for Spring Boot 2 you can add in your application.properties:
logging.level.org.springframework.cache=TRACE