Closed jameskim0987 closed 4 weeks ago
Yes I've put that one off for long enough...
To add some content to this task - there are multiple fmt.Print
statements commented out across the codebase - these should be converted to debug level logs
I can have a look at this one!
That would be great @jameskim0987 . I added this to the v0.14 milestone, to be included in the next release.
It looks like the log level handling for
warn
,error
,fatal
andpanic
is missing from the codebase.Need to implement handlers for each log levels.