Author: jbonofre
Date: Sun Sep 15 16:15:57 2013
New Revision: 1523452
URL: http://svn.apache.org/r1523452
Log:
[KARAF-2300] Introduce log:list alias to log:get ALL command, and update
logging documentation
Modified:
karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
karaf/trunk/manual/src/main/webapp/users-guide/logging-system.conf
Modified:
karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
URL:
http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script?rev=1523452&r1=1523451&r2=1523452&view=diff
==============================================================================
---
karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
(original)
+++
karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
Sun Sep 15 16:15:57 2013
@@ -25,4 +25,5 @@ lde = { log:display-exception $args } ;
la = { bundle:list -t 0 $args } ;
cl = { config:list "(service.pid=$args)" } ;
help = { *:help $args | more } ;
-man = { help $args } ;
\ No newline at end of file
+man = { help $args } ;
+log:list = { log:get ALL } ;
\ No newline at end of file
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=1523452&r1=1523451&r2=1523452&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 Sun Sep
15 16:15:57 2013
@@ -50,7 +50,8 @@ 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}}|/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:tail}}|/commands/log-tail]: continuous display of the log entries