What's Changed
- Disable debug level logs by @DenisPalnitsky in #17
Logs from the package could be enabled by adding the below code before using the package:
jww.SetLogThreshold(jww.LevelTrace)
jww.SetStdoutThreshold(jww.LevelTrace)
Full Changelog: v0.1.1...v0.1.2