Index: src/main/webapp/users-guide/logging-system.conf =================================================================== --- src/main/webapp/users-guide/logging-system.conf (revision 1097028) +++ src/main/webapp/users-guide/logging-system.conf (working copy) @@ -13,7 +13,7 @@ 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 @@ {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 @@ ... {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 @@ 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 configuration 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.