You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @deterri, thanks for your offer to help :). I am not a big fan of any of the Go logging libraries out there. They come with tons of features while I (personally) only want to dump logs to a file, sometimes I also wish for the configurability of log levels.
For another project I implemented logging with the builtin log module (see here). I guess that would be the easiest way to go. If you have good arguments to why it would be beneficial to use another logging library, feel free to explain.
Currently all the logs are only sent to stdout. It would be better to have a (configurable) log file to store all the logs in.
The text was updated successfully, but these errors were encountered: