Advanced Persistent Error Log
Project description
Introduction
Advanced Error Logging for Plone.
Motivation
Why not use the Site Error Log?
The standard Site Error Log forgets all logs after restart
There is no search form to search errors by ID
Only accessible throug ZMI
It is not possible to save unique errors
Not possible to get an event, e.g. Email notification, if a new (unique) error occurs.
Why use collective.logbook?
Keeps all logs persistent, also after Zope restarts
Keeps only unique errors and references new errors to existing errors (if they exist, of course)
Search Errors by error number
Nice Front End
Comes with an RSS and ATOM feed
You can write a custom event handler to get informed when a new (unique) error occur
get an error count to see how often an error occured
good tested (so far)
transparent to Site Error Log
Installation
These instructions assume that you already have a Plone 3 buildout that’s built and ready to run.
Edit your buildout.cfg file and look for the eggs key in the instance section. Add collective.logbook to that list. Your list will look something like this:
eggs = ${buildout:eggs} ${plone:eggs} collective.logbook
In the same section, look for the zcml key. Add collective.logbook here, too:
zcml = collective.logbook
Usage
Logbook: http://localhost:8080/plone/@@logbook
RSS: http://localhost:8080/plone/@@logbook_rss.xml
ATOM: http://localhost:8080/plone/@@logbook_atom.xml
- ::
vim: set ft=rst ts=4 sw=4 expandtab tw=78 :
Changelog
0.1 - Unreleased
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for collective.logbook-0.1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b96af0bf9581b1546fe5dac72962073687c93b939ca2ba215896e9525caf8a1 |
|
MD5 | d3dac2452d3effcf12c8d3a730e5a297 |
|
BLAKE2b-256 | ced9b4d76a4c80d5953f57f4ad52f7eebde3e12b24a01fb60a8d4e785f09ff82 |