use slf4j logging in Hazelcast
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/4c622185 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/4c622185 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/4c622185 Branch: refs/heads/ldp Commit: 4c6221852da5be083824e7ede9d512811ad4b61c Parents: a2c90ea Author: Sebastian Schaffert <[email protected]> Authored: Tue Mar 18 16:30:27 2014 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Tue Mar 18 16:30:27 2014 +0100 ---------------------------------------------------------------------- .../marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/4c622185/libraries/kiwi/kiwi-caching-hazelcast/src/main/java/org/apache/marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-caching-hazelcast/src/main/java/org/apache/marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java b/libraries/kiwi/kiwi-caching-hazelcast/src/main/java/org/apache/marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java index 139d8ea..fdcce52 100644 --- a/libraries/kiwi/kiwi-caching-hazelcast/src/main/java/org/apache/marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java +++ b/libraries/kiwi/kiwi-caching-hazelcast/src/main/java/org/apache/marmotta/kiwi/hazelcast/caching/HazelcastCacheManager.java @@ -73,7 +73,7 @@ public class HazelcastCacheManager implements CacheManager { hcConfiguration.getGroupConfig().setName(configuration.getClusterName()); hcConfiguration.setClassLoader(HazelcastCacheManager.class.getClassLoader()); - + hcConfiguration.setProperty("hazelcast.logging.type", "slf4j"); setupSerializers(); setupCaches();
