Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46420 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62945 invoked from network); 15 Dec 2009 09:30:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2009 09:30:44 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:52034] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/52-51817-347572B4 for ; Tue, 15 Dec 2009 04:30:44 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NKTjs-000NCb-4b; Tue, 15 Dec 2009 09:30:40 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+73zpoj8w/kZ/wWqyKFilPj/v4KmPVcbc= Message-ID: <4B27573D.6080601@iki.fi> Date: Tue, 15 Dec 2009 11:30:37 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Antony Dovgal CC: =?ISO-8859-1?Q?J=E9r=F4me_Loyet?= , php-dev References: <3bea96c40912141216u6019bc9bv4bdf054a4cd1919f@mail.gmail.com> <4B275138.4040200@iki.fi> <4B27538C.7030108@daylessday.org> In-Reply-To: <4B27538C.7030108@daylessday.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool From: jani.taskinen@iki.fi (Jani Taskinen) On 12/15/2009 11:14 AM, Antony Dovgal wrote: > On 15.12.2009 12:04, Jani Taskinen wrote: >>> 3- Some log level have been switched from NOTICE to DEBUG, so that the >>> log_file in normal operation would not be a nightmare to read (with a >>> lot of anoying and useless messages for end users) >>> >> >> Wouldn't it make more sense to make this configurable? And thus allow >> people to log how they prefer.. > > Surely log_level is configurable. > Jerome just changed error level of some error messages to reduce the amount of notices in the log. I replied badly, I meant ALL the points in the mail. Configurable log entries, levels, etc. Not some static fprintf() stuff. :) --Jani