Spring cache logging on @Cacheable hit

后端 未结 4 881
花落未央
花落未央 2021-02-05 03:08

Currently I am working with a Spring Cache and the @Cacheable/@CacheEvict annotations.

I would like to get some sort of a console log statement

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-05 03:54

    And for Spring Boot 2 you can add in your application.properties:

    logging.level.org.springframework.cache=TRACE
    

提交回复
热议问题