mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #724] [MERGED] Support ext-mongodb in MongoDBHandler #1317
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ISSUE-695📝 Commits (7)
ad37c8eChange 'save' to 'insert' in MongoDBHandlerf6a9fdbAdd case for if manager is passed ind860b76Response to CR commentsaa6ab66MongoDBHandler only supports ext-mongodb and mongodb/mongodbf585e71Support ext-mongodb's UTCDateTime class in MongoDBFormattere9ea22fUpdate to use more generic interfaces64f0dd4Merge 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.