From 1dda254b962eac3c43041962fd9d079ed6de7aa9 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 18 Jan 2010 17:05:25 +0000 Subject: [PATCH] adjusted log settings for 'ip' package --- .../src/main/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration.ip/src/main/resources/log4j.properties b/org.springframework.integration.ip/src/main/resources/log4j.properties index d35f84941d..72b090d81b 100644 --- a/org.springframework.integration.ip/src/main/resources/log4j.properties +++ b/org.springframework.integration.ip/src/main/resources/log4j.properties @@ -5,4 +5,4 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%c{1}: %m%n log4j.category.org.springframework.integration=DEBUG -log4j.category.org.springframework.integration.file=DEBUG \ No newline at end of file +log4j.category.org.springframework.integration.ip=DEBUG \ No newline at end of file