[Zope-dev] Logging of ConflictError
Dieter Maurer
dieter at handshake.de
Sun Dec 4 12:22:07 EST 2005
Florent Guillaume wrote at 2005-12-2 22:59 +0100:
> ...
>If you look at the way their purpose is explained in zLOG, you'll see
>that level INFO is reserved for things like server startup and
>shutdown.
>Or, as shown above, initial mounting of databases. Anything
>recurring that can happen many times in the life of the server but
>does not pose any problems should *not* be visible at INFO.
Really?
You infer that from the
"INFO For things like startup and shutdown", do you?
That's very weak reasoning...
The level obviously has an importance association:
higher values indicate higher importance.
If fact, the "ConflictError" messages should not be reported
at "INFO" but at level "PROBLEM" because
they are not causing any immediate problems, but
deserve attention.
>On the other hand, that's exactly what BLATHER is for folks! Use it!
You see it this way. I do not:
"ConflictError"s are definitely as important as mount
messages and therefore should be reported on at least
the level of mount reports: i.e. at INFO or above.
--
Dieter
More information about the Zope-Dev
mailing list