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
You can enable trace level logging.
Eg., in application.properties put 'trace=true'.
Spring logging documentation