From 1971fa03264f21d375bfa2598e27816b8501229a Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 21 Oct 2013 09:57:02 +0100 Subject: [PATCH] Added log4j to dev KeycloakServer --- pom.xml | 5 +++++ testsuite/integration/pom.xml | 4 ++++ testsuite/integration/src/main/resources/log4j.properties | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 testsuite/integration/src/main/resources/log4j.properties diff --git a/pom.xml b/pom.xml index 61503c50f2..da29152c6a 100755 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,11 @@ jboss-logging ${jboss.logging.version} + + log4j + log4j + 1.2.17 + junit junit diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 3614016c9b..0e121c7026 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -101,6 +101,10 @@ org.picketlink picketlink-config + + log4j + log4j + org.jboss.resteasy resteasy-jaxrs diff --git a/testsuite/integration/src/main/resources/log4j.properties b/testsuite/integration/src/main/resources/log4j.properties new file mode 100644 index 0000000000..b3c1c5cea6 --- /dev/null +++ b/testsuite/integration/src/main/resources/log4j.properties @@ -0,0 +1,5 @@ +log4j.rootLogger=debug, stdout + +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] %m%n \ No newline at end of file