Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68388 invoked from network); 8 May 2014 11:06:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2014 11:06:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=max.romanovsky@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=max.romanovsky@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.44 as permitted sender) X-PHP-List-Original-Sender: max.romanovsky@gmail.com X-Host-Fingerprint: 74.125.82.44 mail-wg0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:40226] helo=mail-wg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/40-64794-6356B635 for ; Thu, 08 May 2014 07:06:32 -0400 Received: by mail-wg0-f44.google.com with SMTP id a1so2287515wgh.15 for ; Thu, 08 May 2014 04:06:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6FP3bJUefxJQyP0gFAxZaife4cvUMMSXvyeHiDLD04A=; b=N+QBn6rl1u/WgjCfB4oDyUSM7EjGDBlpklGz607deZ9guJP8OX8vyKq2R2RQevwuek YYmoUbtl3eIDncpK05zIljDsycZVjQn8i6HeAfXJc9EyGTFg//HayS6fX+oM29+J1bBW goOpBbKLb2WeoLcWssWGXnezREqPXLN+mbmeRmsou7mq1ye4Iz4nNjyl9ZxHwUItI/5+ Wdbyc2g606EtoM8h4piSL2bGARGN7DqhEWO5XCGZ6LNeMHsVcgwen/mpaNvud0Wiy7+C q2KHjth0sttFIBx7afoyAh/I6SZHyddmyN06qtqEKCMj6fGtLmTr3xMfp3dFNKpbRhxm rmfQ== X-Received: by 10.194.77.148 with SMTP id s20mr2563514wjw.31.1399547187986; Thu, 08 May 2014 04:06:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.46.69 with HTTP; Thu, 8 May 2014 04:05:47 -0700 (PDT) Date: Thu, 8 May 2014 14:05:47 +0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7bf0d490fc877204f8e1788a Subject: Suggestion on improvements to error_log into syslog From: max.romanovsky@gmail.com (Max Romanovsky) --047d7bf0d490fc877204f8e1788a Content-Type: text/plain; charset=UTF-8 Dear Subscribers of the internals list, Current implementation of error logging to syslog is quite incomplete. Sources show that all is logged under NOTICE level and with the current facility and program. https://github.com/php/php-src/blob/master/main/main.c#L663-L669 There was already a question in this list and even patch in RFC: http://marc.info/?l=php-internals&m=129639452805700&w=2 https://wiki.php.net/rfc/allow_multiple_simultaneous_syslog_connections Is anybody actually interested in improvements to syslog handling? Thanks in advance. -- Best Regards, Max Romanovsky --047d7bf0d490fc877204f8e1788a--