mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 16:35:22 +00:00
fc0e324055
##### ISSUE TYPE - Refactor Pull Request (#262) ##### SUMMARY Refactor logging package to make log statements simpler. Current format logging.Logger.Info() doesn't look good. We can embed Logrus into pkg/log to import and use it as log.Info() Fixes # - Embed Logrus into pkg/log - Update the reference to new log package - Change the reference everywhere form `logging.Logger.Function() --> log.Function()` |
||
---|---|---|
.. | ||
log.go |