I just want to have email notification when an error is declared in plone 4.
Any ideas of product or any \"how-to\" ?
Thanks
You need to add an email-notifier to your event-log-custom in buildout.cfg. Unfortunately there's no way to append it to your existing logging configuration but the following will mimic what plone.recipe.zope2instance does for the event log anyway
event-log-custom =
path ${buildout:directory}/var/log/${:_buildout_section_name_}.log
level INFO
from server@here.com
to admin@company.com
subject "[Zope alert - ${:_buildout_section_name_}]"
smtp-server localhost
level error