[PR #724] [MERGED] Support ext-mongodb in MongoDBHandler #1317

Closed
opened 2026-03-04 03:09:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/724
Author: @williambanfield
Created: 1/20/2016
Status: Merged
Merged: 3/1/2016
Merged by: @Seldaek

Base: masterHead: ISSUE-695


📝 Commits (7)

  • ad37c8e Change 'save' to 'insert' in MongoDBHandler
  • f6a9fdb Add case for if manager is passed in
  • d860b76 Response to CR comments
  • aa6ab66 MongoDBHandler only supports ext-mongodb and mongodb/mongodb
  • f585e71 Support ext-mongodb's UTCDateTime class in MongoDBFormatter
  • e9ea22f Update to use more generic interfaces
  • 64f0dd4 Merge pull request #2 from ZergMark/patch-1

📊 Changes

5 files changed (+107 additions, -59 deletions)

View changed files

📝 composer.json (+2 -2)
📝 src/Monolog/Formatter/MongoDBFormatter.php (+14 -5)
📝 src/Monolog/Handler/MongoDBHandler.php (+39 -14)
📝 tests/Monolog/Formatter/MongoDBFormatterTest.php (+14 -13)
📝 tests/Monolog/Handler/MongoDBHandlerTest.php (+38 -25)

📄 Description

Fixes #695. See: https://github.com/Seldaek/monolog/pull/676#issuecomment-161344479


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/724 **Author:** [@williambanfield](https://github.com/williambanfield) **Created:** 1/20/2016 **Status:** ✅ Merged **Merged:** 3/1/2016 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `ISSUE-695` --- ### 📝 Commits (7) - [`ad37c8e`](https://github.com/Seldaek/monolog/commit/ad37c8e6638d6d21cf4deaca1aafb8c4a29a6d1b) Change 'save' to 'insert' in MongoDBHandler - [`f6a9fdb`](https://github.com/Seldaek/monolog/commit/f6a9fdbb2c9ad9ef7f26269a1edb1de1c3b6d3cc) Add case for if manager is passed in - [`d860b76`](https://github.com/Seldaek/monolog/commit/d860b763cb0419930e9bce71cec7408f215d5a6d) Response to CR comments - [`aa6ab66`](https://github.com/Seldaek/monolog/commit/aa6ab660bdb32f4568514ad8ed0167b86a57809b) MongoDBHandler only supports ext-mongodb and mongodb/mongodb - [`f585e71`](https://github.com/Seldaek/monolog/commit/f585e714fcc225511344aa50026c1182974530ae) Support ext-mongodb's UTCDateTime class in MongoDBFormatter - [`e9ea22f`](https://github.com/Seldaek/monolog/commit/e9ea22ffeba635474f34b09dc8cbc3e3bb5a1adc) Update to use more generic interfaces - [`64f0dd4`](https://github.com/Seldaek/monolog/commit/64f0dd499603e394c94de54932fd35ba205eb9cf) Merge pull request #2 from ZergMark/patch-1 ### 📊 Changes **5 files changed** (+107 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+2 -2) 📝 `src/Monolog/Formatter/MongoDBFormatter.php` (+14 -5) 📝 `src/Monolog/Handler/MongoDBHandler.php` (+39 -14) 📝 `tests/Monolog/Formatter/MongoDBFormatterTest.php` (+14 -13) 📝 `tests/Monolog/Handler/MongoDBHandlerTest.php` (+38 -25) </details> ### 📄 Description Fixes #695. See: https://github.com/Seldaek/monolog/pull/676#issuecomment-161344479 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:09:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1317
No description provided.