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

GitHub noreply at github.com
Sun Jan 11 19:49:21 CET 2015


  Branch: refs/heads/master
  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.


  Commit: 6f64c2aa44271a0efd2bd2f3c07401a4253d1a0a
      https://github.com/zopefoundation/ZODB/commit/6f64c2aa44271a0efd2bd2f3c07401a4253d1a0a
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  pin zope.testrunner for travis


  Commit: 1bbaa6e270a4f13f4dc60e6c0a67b940d50fc060
      https://github.com/zopefoundation/ZODB/commit/1bbaa6e270a4f13f4dc60e6c0a67b940d50fc060
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  pin zope.testrunner for travis


  Commit: 55ffc29ce9420dcffab022791ddc40008387bd82
      https://github.com/zopefoundation/ZODB/commit/55ffc29ce9420dcffab022791ddc40008387bd82
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-01-11 (Sun, 11 Jan 2015)

  Changed paths:
    M .travis.yml
    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:
  -----------
  Merge pull request #27 from zopefoundation/cleanup-exception-logging

Cleaned up exception logging and changed pins


Compare: https://github.com/zopefoundation/ZODB/compare/67aae9fbac98...55ffc29ce942


More information about the checkins mailing list