mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-25 11:19:50 +00:00
b948eef467
- Monkeypatch the logging.currentframe to make it smarter, better - Don't sort the JSON - Add logging messages and if they're set, then don't include the request attribute in the JSON log data
26 lines
1.1 KiB
ReStructuredText
26 lines
1.1 KiB
ReStructuredText
Version History
|
|
===============
|
|
`1.2.0`_ Jun 23, 2015
|
|
---------------------
|
|
- Monkeypatch logging.currentframe
|
|
- Include a logging message if it's there
|
|
|
|
`1.1.0`_ Jun 18, 2015
|
|
---------------------
|
|
- Added :class:`sprockets.logging.JSONRequestFormatter`
|
|
- Added :method:`sprockets.logging.tornado_log_function`
|
|
- Added convenience constants and methods as a pass through to Python's logging package:
|
|
- :data:`sprockets.logging.DEBUG` to :data:`logging.DEBUG`
|
|
- :data:`sprockets.logging.ERROR` to :data:`logging.ERROR`
|
|
- :data:`sprockets.logging.INFO` to :data:`logging.INFO`
|
|
- :data:`sprockets.logging.WARN` to :data:`logging.WARN`
|
|
- :data:`sprockets.logging.WARNING` to :data:`logging.WARNING`
|
|
- :method:`sprockets.logging.dictConfig` to :method:`logging.config.dictConfig`
|
|
- :method:`sprockets.logging.getLogger` to :method:`logging.getLogger`
|
|
|
|
`1.0.0`_ Jun 09, 2015
|
|
---------------------
|
|
- Added :class:`sprockets.logging.ContextFilter`
|
|
|
|
.. _1.1.0: https://github.com/sprockets/sprockets.logging/compare/1.0.0...1.1.0
|
|
.. _1.0.0: https://github.com/sprockets/sprockets.logging/compare/0.0.0...1.0.0
|