botkube/pkg
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
..
bot Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
config Configure default namespace for kubectl cmds through config 2020-05-01 13:38:10 +00:00
controller Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
events Add license headers to source files (#266) 2020-04-27 09:20:16 +05:30
execute Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
filterengine Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
log Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
metrics Add license headers to source files (#266) 2020-04-27 09:20:16 +05:30
notify Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00
utils Refactor logging package (#262) (#285) 2020-06-16 04:43:56 +00:00