Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7.13
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
A client site had their logfile expand rapidly when using CiviRules. I noticed there was debug there when a queue item could not be claimed (set for future date), and submitted a fix to not be so noisy.
It looks like this came across from existing CRM/Queue/Queue/SQL.php so resubmitting same change here.
Motivation for doing this was that a client site had scheduled a number of future activities; this led to a lot of debug (660MB in logfile in a day, debug entry incl print_r of queue item being printed each time the queue inspected it and decided to leave it alone I think).