Use logger instead of fmt.Println()
artursouza opened this issue · 1 comments
artursouza commented
Expected Behavior
No Println() statement in code, all logs use proper logger with log level.
Actual Behavior
Println() everywhere :)
Steps to Reproduce the Problem
Release Note
RELEASE NOTE: FIX log messages to use proper log levels and not Println()
ShatilKhan commented
I this issue open for contribution @artursouza ?
If so I'd like to take it on