Skip to content

v2.0.0: flag/stat: fix omitted stat in error log level (#451)

Compare
Choose a tag to compare
@znley znley released this 22 Dec 11:45
· 101 commits to master since this release
35bb2fa
* flag/stat: fix omitted stat in error log level

Create unit & e2e tests
Fixes #359

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* use keys explicitly in composite literal

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* Update CHANGELOG.md

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

* log: remove reduntant tests

Removed unit tests in log_test.go as they are already tested in TestAppDashStat under e2e/app_test.go

Removed redundant integration test which is already covered by another test in the same file.

Co-Authored-By: Muhammed Can Küçükaslan <[email protected]>

Co-authored-by: Muhammed Can Küçükaslan <[email protected]>