Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit ff99ffa

Browse files
FAB-4454 Fix issue with fabric_ca logging
. Fixed minor misconfiguration in log4j.properties Change-Id: Iafd55367b94be54d87079caf3ea041bbb0c142a4 Signed-off-by: Chris Murphy <chrism@fast.au.fujitsu.com>
1 parent 7522e0a commit ff99ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ log4j.appender.stdout.layout=org.apache.log4j.EnhancedPatternLayout
1717
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601}{GMT} %-5p %c{1}:%L - %m%n
1818

1919
log4j.category.org.hyperledger.fabric=DEBUG
20-
log4j.category.org.hyperledger.fabric_ca.sdk=INFO
20+
log4j.category.org.hyperledger.fabric_ca=INFO

0 commit comments

Comments
 (0)