mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #418] GelfHandler::write need a Interface #143
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#143
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 @skydiablo on GitHub (Sep 10, 2014).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/418
i want to use the "GelfHandler" in SF2 project. so i add to my composer.json:
but now, if i want to log something, i get a error in GelfHandler::write()
what is here wrong ? my SF2 config.yml:
@stof commented on GitHub (Sep 10, 2014):
The issue is that you change the formatter. The GelfHandler expects a formatter formatting to a Gelf message
@skydiablo commented on GitHub (Sep 10, 2014):
indeed... big thx ! closed...