I think it would be nice if this module contained examples on the proper/ cleanest way to log messages at different levels(DEBUG, INFO, etc...) I noticed that even the standard Printf() turns into an error level in debug.log
log.Printf("Hello World")
results in
{"level":"error","module":.....................................
Thank you
I think it would be nice if this module contained examples on the proper/ cleanest way to log messages at different levels(DEBUG, INFO, etc...) I noticed that even the standard Printf() turns into an error level in debug.log
log.Printf("Hello World")
results in
{"level":"error","module":.....................................
Thank you