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;
}