Releases: tmck-code/pprint-ndjson
Releases · tmck-code/pprint-ndjson
v0.2.5
v0.2.4
Context
changed the name of this repo from pp to pprint-ndjson, as pypi did NOT like the name pp
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
Log to STDOUT by default, rather than STDERR, as it's easier to pipe into jq 🎨
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This explicitly imports the file handler, avoiding confusing error messages
Full Changelog: v0.2...v0.2.1
v0.2
- Adds the ability to set/override the log level using the
LOG_LEVELenv var (useful for silencing logs in testing!) - Adds a timezone to the
timestampin every log
What's Changed
- LOG_LEVEL env var support by @tmck-code in #4
- Log timestamp with tz by @tmck-code in #5
Full Changelog: v0.1...v0.2
v0.1
The initial release!
This is a helper library containing a few handy utils that I commonly use across projects
- 🎨
pp- print coloured JSON lines - 🗒️
log- structured logger using only the standard-lib logging library as the base - ⏱️
bench- a benchmarking tool
What's Changed
- Init by @tmck-code in #1
- adding pp from gist by @tmck-code in #2
- Bench by @tmck-code in #3
New Contributors
- @tmck-code made their first contribution in #1
Full Changelog: https://github.com/tmck-code/pp/commits/v0.1