Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 92790 invoked from network); 12 Dec 2007 18:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 18:28:22 -0000 Received: (qmail 60960 invoked by uid 500); 12 Dec 2007 18:28:10 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 60947 invoked by uid 500); 12 Dec 2007 18:28:10 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 60936 invoked by uid 99); 12 Dec 2007 18:28:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 10:28:10 -0800 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=RCVD_BAD_ID,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.54.172.250] (HELO SMTP.VWR.COM) (66.54.172.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 18:28:12 +0000 Received: from wcmail.vwr.com ([10.161.1.47]) by SMTP.VWR.COM (Lotus Domino Release 5.0.11) with ESMTP id 2007121213274755:245714 ; Wed, 12 Dec 2007 13:27:47 -0500 Subject: Embperl logging "out of control" To: embperl@perl.apache.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: Tim_Grant@vwr.com Date: Wed, 12 Dec 2007 13:27:46 -0500 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on PAWCHMAIL01/VWRI(Release 7.0.2FP2|May 14, 2007) at 12/12/2007 01:27:47 PM, Itemize by SMTP Server on PAWCHSMTP01/VWRI(Release 5.0.11 |July 24, 2002) at 12/12/2007 01:27:47 PM, Serialize by Router on PAWCHSMTP01/VWRI(Release 5.0.11 |July 24, 2002) at 12/12/2007 01:28:10 PM, Serialize complete at 12/12/2007 01:28:10 PM Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Folks, We run Embperl 1.3.6 under mod_perl 1.29 and Apache/1.3.31. Recently we'd noticed that Embperl seems to be logging "everything." So much stuff that we have to truncate them every hour or so. Below is a snippet from one of our httpd.conf files, which contains the embperl directives. It looks like this was intended to shut off Embperl logging, but it's not working. I've tried to debug this, for instance by using PerlSetEnv to set the variables, or setting EMBPERL_DEBUG to 1. The only thing that's been effective so far is setting the EMBPERL_LOG to /dev/null - not a very elegant elegant solution there. 7 PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no 8 SetEnv EMBPERL_SESSION_HANDLER_CLASS no 9 SetEnv EMBPERL_OPTIONS 1024 10 SetEnv EMBPERL_COMPARTMENT test 11 SetEnv EMBPERL_LOG /some/custom/directory.txt 12 SetEnv EMBPERL_DEBUG 0 Any help is appreciated. -- Regards, Tim Grant Application Developer --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org