Skip to content

Commit

Permalink
Merge pull request #163 from ase-101/patch-2
Browse files Browse the repository at this point in the history
Added hazelcast.logging.type to slf4j
  • Loading branch information
pjoshi751 authored Oct 20, 2020
2 parents 2e010e5 + 25d717b commit 32fffbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sandbox/hazelcast_dmz-dmz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<properties>
<property name="hazelcast.discovery.enabled">true</property>
<property name="hazelcast.logging.type">slf4j</property>
</properties>
<group>
<name>k8s</name>
Expand Down
1 change: 1 addition & 0 deletions sandbox/hazelcast_mz-mz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<properties>
<property name="hazelcast.discovery.enabled">true</property>
<property name="hazelcast.logging.type">slf4j</property>
</properties>
<group>
<name>k8s</name>
Expand Down

0 comments on commit 32fffbc

Please sign in to comment.