Spring cache logging on @Cacheable hit

后端 未结 4 884
花落未央
花落未央 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:44

    You can enable trace level logging.

    Eg., in application.properties put 'trace=true'.

    Spring logging documentation

提交回复
热议问题