[FEATURE REQUEST] Slack Webhooks for Logging
Open
💡type:idea
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I would like to send all the error as well as request logs to a channel in my slack workspace.
**Describe the solution you'd like**
Iris is using golog for logging as of now, we can add custom hooks to the package like logrus has to send the logs to the slack channel whenever a log is created.
**Describe alternatives you've considered**
I have tried configuring logrus with a hook for slack. Then I used `app.Logger().Install()` to use that logrus instance but had no luck.
Contributor guide
Assessment
This issue has not been assessed yet.