Closed (fixed)
Project:
Boost
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2012 at 06:52 UTC
Updated:
21 Jan 2013 at 04:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedFrom BGM, reducing the watchdog verbosity on that thread (for 6,x) fixes the issues
http://drupal.org/node/1537736#comment-6564378
From my comment, even expiring 0 files is useful for debugging.
http://drupal.org/node/1537736#comment-6576514
Comment #2
geerlingguy commentedWould love to be able to disable these messages without hacking the module; is there any way we could set these messages to not save if the
boost_message_debug()variable is not set? On a few of my smaller sites, this is pretty much the only message in the watchdog, but it drowns out the few other messages that I'd like to see from time to time, since it's shown every cron run.On the Drupal 7 version of Boost, it seems there is no verbosity setting, and even if there was, boost_cron() isn't respecting it. The verbosity setting only applied to 6.x: #531100: Add verbose setting for watchdog messages.
Comment #3
geerlingguy commentedAttaching patch; basically, don't log this unless someone checks the debug info box on
admin/config/system/boost/debug.Comment #4
bgm commentedThanks for the patch. Committed to 7.x-1.x.
This was indeed how it was in 6.x-1.x, but since 7.x-1.x is mostly a rewrite, we didn't have the same behavior.