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 2013/09/16 18:38:31 UTC

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

Author: jbonofre
Date: Mon Sep 16 16:38:31 2013
New Revision: 1523724

URL: http://svn.apache.org/r1523724
Log:
[KARAF-2381] Upgrade the documentation about log:set DEFAULT

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=1523724&r1=1523723&r2=1523724&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 Sep 16 16:38:31 2013
@@ -50,9 +50,9 @@ The log subshell comes with the followin
 * [{{log:clear}}|/commands/log-clear]: clear the log
 * [{{log:display}}|/commands/log-display]: display the last log entries
 * [{{log:display-exception}}|/commands/log-display-exception]: display the last exception from the log
-* [{{log:get}}|/commands/log-get]: show the log levels. {{log:get ALL}} provides all loggers with their respective log level.
-* [{{log:list}} is an alias for {{log:get ALL}}.
-* [{{log:set}}|/commands/log-set]: set the log levels
+* [{{log:get}}|/commands/log-get]: show the log levels. {{log:get ALL}} displays the level of all loggers.
+* {{log:list}}: is an alias to {{log:get ALL}}.
+* [{{log:set}}|/commands/log-set]: set the log levels. NB: this command doesn't update {{etc/org.ops4j.pax.logging.cfg}} file. You have to use {{config:edit}} to do so. It's possible to reload the log level from the configuration file using {{log:set DEFAULT}}.
 * [{{log:tail}}|/commands/log-tail]: continuous display of the log entries
 
 For example, if you want to debug something, you might want to run the following commands: