[Checkins] [zopefoundation/ZODB] 29f455: Cleaned up exception logging and changed pins

GitHub noreply at github.com
Sun Jan 11 17:59:07 CET 2015


  Branch: refs/heads/cleanup-exception-logging
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 29f455f0898f97b7d5735680c14822c2c72bd526
      https://github.com/zopefoundation/ZODB/commit/29f455f0898f97b7d5735680c14822c2c72bd526
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M buildout.cfg
    M src/ZODB/ConflictResolution.py
    M src/ZODB/Connection.py
    M src/ZODB/DB.py
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Cleaned up exception logging and changed pins

- Always use logger.exception rather than logging.error when logging
  exceptions ar the error level.

- Fixed an incorrect call to logging.exceotion (like PR #26, but better :).

- Removed dependency pins and added one to overcome some breakage in
  zope.testrunner.

None of this seems to be CHANGES worthy.




More information about the checkins mailing list