Where are the Plone logs stored?
Up to Table of ContentsThis FAQ applies to: Any version.
Plone - or rather Zope - logs all requests to log files in a standard format that can be read by most traffic analysis software (standard Apache log format). The logs are within the log directory with your Plone instance. On Windows this is probably C:\Program Files\Plone 2\Data\log
Within the log directory are two files - Z2.log for traffic analysis and event.log where errors and system messages from Zope are output.
If the information within event.log appears incomplete then ensure that debug mode has been activated for your instance. Look in the etc/zope.conf file of your Plone instance - for instance: C:\Program Files\Plone 2\Data\etc\zope.conf.