Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A0E819CE1 for ; Mon, 18 Apr 2016 20:08:30 +0000 (UTC) Received: (qmail 47751 invoked by uid 500); 18 Apr 2016 20:08:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 47655 invoked by uid 500); 18 Apr 2016 20:08:28 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 47645 invoked by uid 99); 18 Apr 2016 20:08:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 20:08:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 44701C2192 for ; Mon, 18 Apr 2016 20:08:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.296 X-Spam-Level: X-Spam-Status: No, score=-2.296 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.996] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SDQt-E3CxjBr for ; Mon, 18 Apr 2016 20:08:26 +0000 (UTC) Received: from eru.sfritsch.de (eru.sfritsch.de [188.40.99.202]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 671E15F257 for ; Mon, 18 Apr 2016 20:08:26 +0000 (UTC) From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: allow newlines in T_ESCAPE_LOGITEM? Date: Mon, 18 Apr 2016 22:08:12 +0200 Message-ID: <3739219.BLarjHZ3uA@k> User-Agent: KMail/4.14.10 (Linux/4.5.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday 18 April 2016 10:42:23, Eric Covener wrote: > I'm won over and not tinkering with this FWIW. Maybe add a utility function that splits a message on \n and calls ap_log_rerror for each line?