Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75F619794 for ; Fri, 17 Feb 2012 04:44:25 +0000 (UTC) Received: (qmail 23525 invoked by uid 500); 17 Feb 2012 04:44:25 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 23479 invoked by uid 500); 17 Feb 2012 04:44:25 -0000 Mailing-List: contact issues-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 issues@karaf.apache.org Received: (qmail 23427 invoked by uid 99); 17 Feb 2012 04:44:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 04:44:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 04:44:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9F5F31BCC7C for ; Fri, 17 Feb 2012 04:43:59 +0000 (UTC) Date: Fri, 17 Feb 2012 04:43:59 +0000 (UTC) From: "Claus Ibsen (Commented) (JIRA)" To: issues@karaf.apache.org Message-ID: <2090765509.49588.1329453839654.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2033593476.24256.1328883060754.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (KARAF-1197) AdminService - Allow to provide a PrintStream so you can capture or control activity on the console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/KARAF-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210050#comment-13210050 ] Claus Ibsen commented on KARAF-1197: ------------------------------------ +1 to gnodet suggestions > AdminService - Allow to provide a PrintStream so you can capture or control activity on the console > --------------------------------------------------------------------------------------------------- > > Key: KARAF-1197 > URL: https://issues.apache.org/jira/browse/KARAF-1197 > Project: Karaf > Issue Type: Improvement > Components: karaf-admin > Affects Versions: 2.2.5 > Reporter: Claus Ibsen > Priority: Minor > > The AdminService can create instances of Karaf. It would be great if you could provide a PrintStream so you can divert and control console activity. > eg in this source code > https://svn.apache.org/repos/asf/karaf/branches/karaf-2.2.x/admin/core/src/main/java/org/apache/karaf/admin/internal/AdminServiceImpl.java > The method println, is hardcoded to do System.out. > What we need is to be able to provide a PrintStream on these methods > https://svn.apache.org/repos/asf/karaf/branches/karaf-2.2.x/admin/core/src/main/java/org/apache/karaf/admin/AdminService.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira