Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 77700 invoked from network); 5 Jul 2005 03:06:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 03:06:25 -0000 Received: (qmail 87021 invoked by uid 500); 5 Jul 2005 03:06:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86947 invoked by uid 500); 5 Jul 2005 03:06:14 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 86862 invoked by uid 99); 5 Jul 2005 03:06:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2005 20:06:13 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DA64816 for ; Tue, 5 Jul 2005 05:06:10 +0200 (CEST) Message-ID: <1555920654.1120532770893.JavaMail.jira@ajax.apache.org> Date: Tue, 5 Jul 2005 05:06:10 +0200 (CEST) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-696) Too much info-level output during startup In-Reply-To: <755612658.1120369329887.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-696?page=all ] Aaron Mulder resolved GERONIMO-696: ----------------------------------- Fix Version: 1.0-M4 Resolution: Fixed Might be nice to have a startup flag to alter the log level, but for now the feedback opposes tighter coupling between server startup class (Daemon) and logging configuration. Console log level is WARN and can be set lower be interested developers. An alternative would be to lower the Console log level and raise the server component package log levels. Another alternative would be to eliminate all DEBUG and INFO output from the server code we're not actively working on. > Too much info-level output during startup > ----------------------------------------- > > Key: GERONIMO-696 > URL: http://issues.apache.org/jira/browse/GERONIMO-696 > Project: Geronimo > Type: Improvement > Reporter: Erin Mulder > Assignee: Aaron Mulder > Fix For: 1.0-M4 > > During startup, too much unnecessary information is written to the console. Ideally, it should display a "Server starting..." message, followed by some sort of small progress indicator, followed by a "Server started successfully!" message. Only errors, severe warnings, or truly useful environment information should go in between. (A verbose switch could be added to allow developers to load the server with the current chatty log4j config.) > For example: > ----------------------------------------------------- > > bin/startup.sh > Environment information: > JDK_HOME: /usr/lib/java > GERONIMO_BUILD: 1.0-169186 > VERBOSE_LEVEL: quiet (use -verbose to change) > SERVER STARTING.................................. > Now listening on: > Port 1234: JMS > Port 8080: HTTP > Port 8081: HTTPS > Port 9876: Foo > SERVER STARTED SUCCESSFULLY! > Browse to http://localhost:8080/ for web console > ----------------------------------------------------- -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira