[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.398
Chris McDonough
chrism@zope.com
Fri, 16 Nov 2001 20:49:10 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv12139
Modified Files:
CHANGES.txt
Log Message:
Changed
=== Zope/doc/CHANGES.txt 1.397 => 1.398 ===
- ZODB conflict errors were logged at a severity that caused
- them to be logged to the stupid log file "out of the box".
+ tracebacks to be logged to the stupid log file "out of the box".
Because conflict errors happen under normal operations, and
- their appearance in the log frequently alarms folks, conflict
- error logging severity has been changed to BLATHER, which
- means that conflict errors will only be logged if
+ their appearance in the log frequently alarms folks, typical conflict
+ error logging verbiage has been reduced, and traceback logging
+ has been changed to happen only at BLATHER log level, which
+ means that conflict tracebacks will only be logged if
STUPID_LOG_SEVERITY is set to -100 or lower.
Zope 2.5 Alpha 2