AvitalTamir / cyphernetes

A Kubernetes Query Language
https://cyphernet.es
Apache License 2.0
527 stars 12 forks source link

feat: Implement log levels for `warn`, `error`, `fatal` and `panic` #111

Closed jameskim0987 closed 4 weeks ago

jameskim0987 commented 1 month ago

It looks like the log level handling for warn, error, fatal and panic is missing from the codebase.

Need to implement handlers for each log levels.

AvitalTamir commented 1 month ago

Yes I've put that one off for long enough...

AvitalTamir commented 1 month ago

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

jameskim0987 commented 1 month ago

I can have a look at this one!

AvitalTamir commented 1 month ago

That would be great @jameskim0987 . I added this to the v0.14 milestone, to be included in the next release.