[Zope-dev] Logging of ConflictError
Dieter Maurer
dieter at handshake.de
Fri Dec 2 14:50:32 EST 2005
Florent Guillaume wrote at 2005-12-2 13:33 +0100:
> ...
>Please no. Don't put anything at INFO. A conflict error is either
>something normal that should be at level BLATHER or below, or an
>ERROR that a sysadmin wants to see logged as such.
I strongly disagree with you:
"ConflictError"s are essential hints that your system might
come into trouble (they can turn into real error).
These hints are at least as important as e.g.
2005-12-02T07:17:59 INFO ZODB.Mount Opening database for mounting: '144160968_1010482273.050062'
------
2005-12-02T07:17:59 INFO ZODB.Mount Mounted database '144160968_1010482273.050062' at /temp_folder
Looks like "INFO" is a better level than "BLATHER"...
--
Dieter
More information about the Zope-Dev
mailing list