Skip to content

v0.1.2 Disable debug level logs

Latest
Compare
Choose a tag to compare
@DenisPalnitsky DenisPalnitsky released this 23 Aug 10:40
· 1 commit to main since this release
61b16aa

What's Changed

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