https://github.com/zimbatm/lines-python
Lines - structured logs for humans - python edition
https://github.com/zimbatm/lines-python
Last synced: about 1 year ago
JSON representation
Lines - structured logs for humans - python edition
- Host: GitHub
- URL: https://github.com/zimbatm/lines-python
- Owner: zimbatm
- Created: 2014-01-25T22:59:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:46:37.000Z (over 2 years ago)
- Last Synced: 2025-02-07T15:15:50.947Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lines - structured logs for humans
==================================
And oppiniotated logging library that implements the
[lines](https://github.com/zimbatm/lines) format.
STATUS: WORK IN PROGRESS
========================
Only the lines.dump() is semi-implemented. I'm having issues with the fact
that python's dict is not ordered by default preventing to keep the kwargs
order as written in the source code.
TODO
----
Make sure the encoder never throws exceptions
Add log contextes
Add logging output
Add logging adapter
Handle exception formatting
Mapping for datetime.timedelta
Investigate http://docs.python.org/2/library/types.html for encoding mapping