Releases: tmck-code/pp
Releases · tmck-code/pp
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