On a site with some good traffic, I get hundreds of "Facebook PHP SDK library loaded" watchdog message per minute...

Comments

Anonymous’s picture

The message doesn't even seem to originate from the fbconnect module, at least nowhere in the code there is mention of this. Where does it come from? Disabling the module stops the messages though.

There's only two instances of watchdog(), only in fbconnect.pages.inc, but these are not the cause.

jcisio’s picture

To debug, you could patch the watchdog() in core to add a debug_backtrace() in the message to see where they are from.

Chris Charlton’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)