botkube/pkg/log
Harshit mahjan fc0e324055
Refactor logging package (#262) (#285)
##### 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()`
2020-06-16 04:43:56 +00:00
..
log.go Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00