Return-Path: X-Original-To: apmail-karaf-commits-archive@minotaur.apache.org Delivered-To: apmail-karaf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D32B910D35 for ; Sun, 15 Sep 2013 16:16:20 +0000 (UTC) Received: (qmail 74188 invoked by uid 500); 15 Sep 2013 16:16:20 -0000 Delivered-To: apmail-karaf-commits-archive@karaf.apache.org Received: (qmail 74142 invoked by uid 500); 15 Sep 2013 16:16:19 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 74134 invoked by uid 99); 15 Sep 2013 16:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Sep 2013 16:16:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Sep 2013 16:16:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 92A95238889B; Sun, 15 Sep 2013 16:15:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1523452 - in /karaf/trunk: assemblies/features/framework/src/main/resources/resources/etc/shell.init.script manual/src/main/webapp/users-guide/logging-system.conf Date: Sun, 15 Sep 2013 16:15:57 -0000 To: commits@karaf.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130915161557.92A95238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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