Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 609 invoked from network); 8 Jan 2015 01:14:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2015 01:14:16 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:56622] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/E1-22693-5E9DDA45 for ; Wed, 07 Jan 2015 20:14:14 -0500 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id A3FD4482C9; Thu, 8 Jan 2015 02:14:36 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: * X-Spam-Status: No, score=1.4 required=3.0 tests=ALL_TRUSTED, DNS_FROM_AHBL_RHSBL autolearn=no version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 2.4 DNS_FROM_AHBL_RHSBL RBL: Envelope sender listed in dnsbl.ahbl.org Received: from [192.168.2.34] (ppp-93-104-17-3.dynamic.mnet-online.de [93.104.17.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id D31E1482C8; Thu, 8 Jan 2015 02:14:34 +0100 (CET) Message-ID: <1420679648.28792.13.camel@kuechenschabe> To: Mark Montague Cc: internals@lists.php.net Date: Thu, 08 Jan 2015 02:14:08 +0100 In-Reply-To: <54ADACAF.3050609@catseye.org> References: <54ADACAF.3050609@catseye.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] journald support for Linux systems that use systemd From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Wed, 2015-01-07 at 17:01 -0500, Mark Montague wrote: > I'd like to start an RFC (see the draft proposal at the end of this > message) for adding > journald support to PHP on Linux systems that use systemd. This message > is to > measure reaction to the intended proposal prior to requesting RFC karma. I believe the sd_journal_* functions could go in a PECL version, for the logging I'd love if logging could be cleanup in a way that we have a good internal API for internal use as well as integrates with userlevel expectations (-> PSR 3 Log) johannes