Skip to content

Commit cdb47d9

Browse files
author
Jeff Bornemann
committed
Changed logs to log everything under client/server respectively
1 parent 0a83c37 commit cdb47d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/content/SLING-INF/content/apps/grabbit/config/org.apache.sling.commons.log.LogManager.factory.config-com.twcable.grabbit.client.batch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<property>
1616
<name>org.apache.sling.commons.log.names</name>
17-
<value>com.twcable.grabbit.client.batch</value>
17+
<value>com.twcable.grabbit.client</value>
1818
<type>String</type>
1919
</property>
2020

src/main/content/SLING-INF/content/apps/grabbit/config/org.apache.sling.commons.log.LogManager.factory.config-com.twcable.grabbit.server.batch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<property>
1616
<name>org.apache.sling.commons.log.names</name>
17-
<value>com.twcable.grabbit.server.batch</value>
17+
<value>com.twcable.grabbit.server</value>
1818
<type>String</type>
1919
</property>
2020

0 commit comments

Comments
 (0)