From 6bc7a0c92eefd1d9374348f3d014549f78bc713c Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 5 Oct 2006 20:38:45 +0000 Subject: Improved log4j config file introduction. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@341 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/logging-linux-template.properties | 2 ++ orkaudio/logging-template.properties | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'orkaudio') diff --git a/orkaudio/logging-linux-template.properties b/orkaudio/logging-linux-template.properties index ef3ed6e..69bf2ab 100644 --- a/orkaudio/logging-linux-template.properties +++ b/orkaudio/logging-linux-template.properties @@ -1,5 +1,7 @@ # This is an example configuration file for the Oreka orkaudio capture service logging for Linux --> # Copy this to logging.properties and modify according to needs --> +# for more information on the apache log4cxx (and log4j) logging system, see: +# http://logging.apache.org/log4cxx/manual/Introduction.html # console log4j.appender.stdout=org.apache.log4j.ConsoleAppender diff --git a/orkaudio/logging-template.properties b/orkaudio/logging-template.properties index 85afccf..42c0fee 100644 --- a/orkaudio/logging-template.properties +++ b/orkaudio/logging-template.properties @@ -1,5 +1,7 @@ -# This is an example configuration file for the Oreka orkaudio capture service logging --> -# Copy this to logging.properties and modify according to needs --> +# This is an example configuration file for the Oreka orkaudio capture service logging +# Copy this to logging.properties and modify according to needs +# for more information on the apache log4cxx (and log4j) logging system, see: +# http://logging.apache.org/log4cxx/manual/Introduction.html # console log4j.appender.stdout=org.apache.log4j.ConsoleAppender -- cgit v1.2.3