Just upgraded to 6.13 and log messages are now looking like:
Spam:
Array
(
[post_title] => My feedback
[post_body] => (xxx - lots of spam....)
[author_name] => xxx
[author_mail] => xxx@yahoo.com
[author_url] => http://xxxx/
[author_ip] => xxx
)
Result:
Array
(
[spam] => 2
[profanity] => 1
[quality] => 0.458
[session_id] => xxxxxxx
)
Is it in debug mode? If so, how would I change it? It is blocking the spam (and a thousand million thank yous for that).
--AD
Comments
Comment #1
sunThanks for reporting this issue. We are aware that the new messages being logged by Mollom are more verbose than before, but in the end, they vastly help and improve processing of support requests. We are already thinking about other means to store and display this data, but until a final consensus has been reached and is executed, those new watchdog messages will have to do the job.