You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/05/09 11:29:47 UTC

svn commit: r1100928 - /karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf

Author: jbonofre
Date: Mon May  9 09:29:47 2011
New Revision: 1100928

URL: http://svn.apache.org/viewvc?rev=1100928&view=rev
Log:
[KARAF-543] Fix the logging file name for the karaf log commands config.

Modified:
    karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf

Modified: karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf?rev=1100928&r1=1100927&r2=1100928&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf Mon May  9 09:29:47 2011
@@ -13,7 +13,7 @@ Karaf also comes with a set of console c
 
 h2. Configuration
 
-h3. Configuration files
+h3. Configuration file
 
 The configuration of the logging system uses a [standard Log4j configuration file|http://logging.apache.org/log4j/1.2/manual.html] at the following location:
 {code}
@@ -21,11 +21,6 @@ The configuration of the logging system 
 {code}
 You can edit this file at runtime and any change will be reloaded and be effective immediately.
 
-The log commands has a separate configuration file:
-{code}
-[karaf_install_dir]/etc/org.apache.felix.karaf.log.cfg
-{code}
-
 h3. Configuring the appenders
 
 The default logging configuration defines three appenders:
@@ -50,7 +45,7 @@ log4j.appender.stdout.threshold=WARN
 ...
 {pygmentize}
 
-h2. Commands
+h2. Console Log Commands
 
 The log subshell comes with the following commands:
 * [{{log:clear}}|/commands/log-clear]: clear the log
@@ -70,6 +65,11 @@ For example, if you want to debug someth
 Note that the log levels set using the {{log:set}} commands are not persistent and will be lost upon restart.
 To configure those in a persistent way, you should edit the configuration file mentioned above using the config commands or directly using a text editor of your choice.
 
+The log commands has a separate configure file:
+{code}
+[karaf_install_dir]/etc/org.apache.karaf.log.cfg
+{code}
+
 h2. Advanced configuration
 
 The logging backend uses Log4j, but offer a number of additional features.