I'm not sure whether this is a uc_rec issue (I also posted there - http://drupal.org/node/672162) or a Recommender issue (where the log entries seem to be coming from). Anyhow when using recommender with uc_rec I have thousands of these in my watchdog:
Initializing recommender with class Recommender for application uc_rec
Is there a reason for this happening every time a node is loaded? This doesn't seem right, at least the messages should be suppressed?
Comments
Comment #1
danithaca commentedi'll make a patch in the next version.
if you can't wait, just edit the *.module file and comment out any watchdog().
Comment #2
danithaca commentedfixed. check out the new code.