Edgewall Software

Changes between Version 3 and Version 16 of Ticket #11874


Ignore:
Timestamp:
Sep 10, 2016, 5:55:31 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Thanks for spotting that error. Changes committed to trunk in r15129, including patch from comment:15. Additional changes in r15130. I'll continue with related work on logging system in #7820.

The Travis CI build failures on OSX were resolved by clearing the caches.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11874

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Milestone 1.1.41.3.1
  • Ticket #11874 – Release Notes

    v3 v16  
     1`EnvironmentStub` logs to a `MemoryHandler` and a list of `(debug_level, message)` tuples can be retrieved through the `log_messages` property.
  • Ticket #11874 – API Changes

    v3 v16  
     1* `logger_handler_factory` no longer returns the handler as the second return parameter. The handler can be accessed through `Environment.log.handlers[0]`.
     2* Added function `trac.log.shutdown` for cleaning up logger handlers.
     3* Added dictionary `LOG_LEVEL_MAP` in `trac.log` module, for mapping string log levels to integer log levels.