add mongodb hook

Lyric 2018-07-05 16:00:33 +08:00
parent 58a9dee5a1
commit 166fe69209
1 changed files with 2 additions and 1 deletions

@ -35,7 +35,8 @@ This page describes the list of supported hooks services.
| [Mail](https://github.com/zbindenren/logrus_mail) | Hook for sending exceptions via mail |
| [Mattermost](https://github.com/shuLhan/mattermost-integration/tree/master/hooks/logrus) | Hook for logging to [Mattermost](https://mattermost.com/) |
| [Mongodb](https://github.com/weekface/mgorus) | Hook for logging to mongodb |
| [MySQL](https://github.com/LyricTian/logrus-mysql-hook) | Hook for logging to mysql |
| [MongoDB](https://github.com/LyricTian/logrus-mongo-hook) | An asynchronous MongoDB Hook |
| [MySQL](https://github.com/LyricTian/logrus-mysql-hook) | An asynchronous MySQL Hook |
| [NATS-Hook](https://github.com/rybit/nats_logrus_hook) | Hook for logging to [NATS](https://nats.io) |
| [NXLog](https://github.com/affectv/logrus-nxlog-hook) | Hook for logging to [NXLog](https://nxlog.co) |
| [Octokit](https://github.com/dorajistyle/logrus-octokit-hook) | Hook for logging to github via octokit |