You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB extension for the Rust logging library [slog-rs](https://github.com/slog-rs/slog).
3
7
Serializes the [slog](https://github.com/slog-rs/slog) key-value pairs to [BSON](https://github.com/mongodb/bson-rust) and stores it in a [MongoDB collection](https://github.com/mongodb/mongo-rust-driver).
4
8
To reduce the stress on the database, the logged messages are buffered and only sent in configurable time intervals.
0 commit comments