mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[GH-ISSUE #285] Update the GELF handler/formatter #94
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#94
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?
Originally created by @bzikarsky on GitHub (Dec 17, 2013).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/285
Last summer I wrote a php-gelf library with multiple goals:
The result can be found at https://github.com/bzikarsky/gelf-php and is based upon f @lennartkoopmann's original Graylog2/gelf-php.
I'd be happy to also provide an updated GelfHandler/GelfFormatter for monolog if there is interest/use for it. It would be a one-time dependency break since IMessagePublisher and Message don't exist in the updated version.
@Seldaek commented on GitHub (Dec 18, 2013):
Sounds good for monolog 2.0 depending on what it means for the code on our side. If you'd like to do a PR already feel free, but I am not sure when it'll be merged.
@tomzx commented on GitHub (Jan 28, 2015):
Isn't this done already? Can this issue be closed?
Under
monolog@ 1.12.0 andgraylog2/gelf-php@ 1.1.1 (from @bzikarsky), I do the following without issue.@Seldaek commented on GitHub (Jan 29, 2015):
Yup I missed this, thanks