Author: jbonofre
Date: Sun Sep 15 16:36:21 2013
New Revision: 1523455
URL: http://svn.apache.org/r1523455
Log:
[KARAF-2300] Introduce log:list alias to log:get ALL command, and update
logging documentation
Modified:
karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/shell.init.script
karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/logging-system.conf
Modified:
karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/shell.init.script
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/shell.init.script?rev=1523455&r1=1523454&r2=1523455&view=diff
==============================================================================
---
karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/shell.init.script
(original)
+++
karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/distribution/text/etc/shell.init.script
Sun Sep 15 16:36:21 2013
@@ -26,6 +26,7 @@ la = { osgi:list -t 0 $args } ;
cl = { config:list "(service.pid=$args)" } ;
help = { *:help $args | more } ;
man = { help $args } ;
+log:list = { log:get ALL };
enable-3x-aliases = {
Modified:
karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/logging-system.conf
URL:
http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/logging-system.conf?rev=1523455&r1=1523454&r2=1523455&view=diff
==============================================================================
---
karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/logging-system.conf
(original)
+++
karaf/branches/karaf-2.3.x/manual/src/main/webapp/users-guide/logging-system.conf
Sun Sep 15 16:36:21 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}}
displays the level of all loggers.
+* {{log:list}}: is an alias to {{log:get ALL}}.
* [{{log:set}}|/commands/log-set]: set the log levels
* [{{log:tail}}|/commands/log-tail]: continuous display of the log entries