Skip to content

Commit c279613

Browse files
committed
Logging is applied by default in the core
1 parent d259d86 commit c279613

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

src/main/java/org/mybatis/caches/redis/LoggingRedisCache.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/site/xdoc/index.xml.vm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
<p>Any property found in the configuration file will be set as a property to the bean <code>JedisConfigPool</code>.
5959
There is an additional parameter <code>host</code> to set the Redis server host name; if not set "localhost" will be used.</p>
6060

61-
<p>If users need to log cache operations, they can plug the Cache logging version:</p>
62-
63-
<source><![CDATA[<mapper namespace="org.acme.FooMapper">
64-
<cache type="org.mybatis.caches.redis.LoggingRedisCache" />
65-
...
66-
</mapper>]]></source>
6761
</section>
6862
</body>
6963

0 commit comments

Comments
 (0)