From dev-return-2531-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 11 19:13:24 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 9886 invoked from network); 11 Feb 2009 19:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 19:13:24 -0000 Received: (qmail 49327 invoked by uid 500); 11 Feb 2009 19:13:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 49298 invoked by uid 500); 11 Feb 2009 19:13:22 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 49287 invoked by uid 99); 11 Feb 2009 19:13:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 11:13:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 19:13:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BBCFB234C498 for ; Wed, 11 Feb 2009 11:12:59 -0800 (PST) Message-ID: <1887060726.1234379579768.JavaMail.jira@brutus> Date: Wed, 11 Feb 2009 11:12:59 -0800 (PST) From: "Ulises Cervino Beresi (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-247) The log process should be started before any other process In-Reply-To: <1397046465.1234341659682.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672730#action_12672730 ] Ulises Cervino Beresi commented on COUCHDB-247: ----------------------------------------------- As a note, the log process *is* being started before any other primary service (couch_primary_services). My initial report was related to issue 153 as ?LOG_ERROR, for some reason, wasn't logging the message. I do agree on the moving the log process to using SASL. > The log process should be started before any other process > ---------------------------------------------------------- > > Key: COUCHDB-247 > URL: https://issues.apache.org/jira/browse/COUCHDB-247 > Project: CouchDB > Issue Type: Improvement > Components: Database Core > Environment: Any > Reporter: Ulises Cervino Beresi > Priority: Minor > > Processes should be able to log their operations from the very beginning of their existence to avoid io:format() in case they need to do so. Only processes started after the log process will be able to make use of ?LOG_X. See issue 153 (https://issues.apache.org/jira/browse/COUCHDB-153) for a case scenario where it would be desirable for the log process to have been started before the db process. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.