Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94285 invoked from network); 15 Dec 2009 12:25:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2009 12:25:33 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:48151] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/A1-20063-830872B4 for ; Tue, 15 Dec 2009 07:25:29 -0500 Received: from [192.168.3.109] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 2BAF3BFA085; Tue, 15 Dec 2009 15:25:25 +0300 (MSK) Message-ID: <4B27802C.9010802@daylessday.org> Date: Tue, 15 Dec 2009 15:25:16 +0300 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Tjerk Anne Meesters CC: jani.taskinen@iki.fi, =?ISO-8859-1?Q?J=E9r=F4me_Loyet?= , php-dev References: <3bea96c40912141216u6019bc9bv4bdf054a4cd1919f@mail.gmail.com> <4B275138.4040200@iki.fi> <4B27538C.7030108@daylessday.org> <4B27573D.6080601@iki.fi> <4B2758E6.2070506@daylessday.org> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool From: tony@daylessday.org (Antony Dovgal) On 15.12.2009 15:19, Tjerk Anne Meesters wrote: > The only two things that would come up after reading Jani's email is: > 1) Make the log string configurable, such as CustomLog in apache CustomLog is needed in Apache because there are so much variables available. Here we have time, pid, function and line. With log_level=debug all of them are printed, in other cases only time gets into the log, which makes perfect sense to me. > 2) Configure the log level threshold, though I think that should > already be there in the first place. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP