LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: spadkins@cvs.perl.org Date: Tue Jul 15 14:37:52 2008 Subject: [svn:p5ee] r11536 - p5ee/trunk/App-WorkQueue/lib/App
Author: spadkins
Date: Tue Jul 15 13:37:51 2008
New Revision: 11536
Modified:
p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
Log:
moved a large log statement to log_level 5 to lessen the production log load
Modified: p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
==============================================================================
--- p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm (original)
+++ p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm Tue Jul 15 13:37:51 2008
@@ -530,7 +530,7 @@
### TODO: this is a debugging hack that shouldn't stay in it
my $db = $self->_db();
$dump_entry .= "last sql stmt[$db->{sql}]\n";
- $context->log({level=>1}, "$self->{name} : Acquisition failed : $dump_entry\n");
+ $context->log({level=>5}, "$self->{name} : Acquisition failed : $dump_entry\n");
}
$entry = undef;
}
| Navigate in group perl.cvs.p5ee at sever nntp.perl.org | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |