Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92238 invoked from network); 15 Dec 2009 12:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2009 12:19:48 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-px0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:55720] helo=mail-px0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/41-20063-3EE772B4 for ; Tue, 15 Dec 2009 07:19:48 -0500 Received: by pxi1 with SMTP id 1so3414976pxi.29 for ; Tue, 15 Dec 2009 04:19:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=9EUSciQHW0pEppm2wvX7kgfQP5cy83wSOVIqrnwCqWA=; b=pR5Peqb8ihHlW3xd1iVSxUzQeDre9QWTe3a9i1PGoBDMpOvHEb/48eoP9bcDhaUXO+ UxLKPVAGIO4QbOMakdrLrrGvu2ndIxv9iJZcNRyfdo5WgtCXuMT9ijSRN7hAA/9sVNxH BsnGRCv2dycwLHZIDd1gHxs2F8Zlczznoz6gs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=NI6rh28VYZ+Kl12XBqlS5k3h9tdx2McriEHWYg+dz/kxMukiub27+e2zWPKlVV/L3Z dNrxtl4JefU8718HaWUwOdbT/BUhFywdZrzxjpnT/LH8Mem4yebxcuFGPzbz16lrUvum nMEy0GtM6Dti7DjKp3BAsFWiPyMGTmqTYx/2c= MIME-Version: 1.0 Sender: tjerk.meesters@gmail.com Received: by 10.143.154.17 with SMTP id g17mr844985wfo.247.1260879585117; Tue, 15 Dec 2009 04:19:45 -0800 (PST) In-Reply-To: <4B2758E6.2070506@daylessday.org> References: <3bea96c40912141216u6019bc9bv4bdf054a4cd1919f@mail.gmail.com> <4B275138.4040200@iki.fi> <4B27538C.7030108@daylessday.org> <4B27573D.6080601@iki.fi> <4B2758E6.2070506@daylessday.org> Date: Tue, 15 Dec 2009 20:19:45 +0800 X-Google-Sender-Auth: 8694fc8b164c83d1 Message-ID: To: Antony Dovgal , jani.taskinen@iki.fi, =?ISO-8859-1?B?Suly9G1lIExveWV0?= , php-dev Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] fpm/typo: change some log about dynamic + homogenize log message about pool From: datibbaw@php.net (Tjerk Anne Meesters) 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 2) Configure the log level threshold, though I think that should already be there in the first place. On 12/15/09, Antony Dovgal wrote: > On 15.12.2009 12:30, Jani Taskinen wrote: >>> 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. :) > > Well, now you've lost me completely. > >> 1- makes log message about pool concistent. I set it to "[pool %s] >> message". Before there where different variants: >> pool %s, >> foo (pool %s) bar >> [pool %s] >> [%s] >> >> 2- corrects some log messages which were not very meaningful for end users > > Configurable error messages, huh? > >> 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) > > Configurable error level for certain error messages? > > -- > Wbr, > Antony Dovgal > --- > http://pinba.org - realtime statistics for PHP > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- -- Tjerk