mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #89] Problems with \Guzzle\Http\Exception\BadResponseException #30
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#30
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 @mborho on GitHub (Jun 12, 2012).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/89
When logging the Exception via $logger->addCritical($e->getMessage(), $e->getTrace()) (within Symfony2) following happens:
When looking at the type of $data in normalize() it says "unknown type".
The Traceback of the Exception:
@Seldaek commented on GitHub (Jun 14, 2012):
Which version are you using? Because the latest code should cover against that so this is weird.
@mborho commented on GitHub (Jun 15, 2012):
It's the latest code and the resource is not recognized by "is_resource()".
Pretty weird, yes...
@Seldaek commented on GitHub (Jun 15, 2012):
@mborho try with latest if you can. I pushed something that should fix it (see above). I'm curious to see what gettype outputs though.
@mborho commented on GitHub (Jun 15, 2012):
The initial warning happens no more, but now following warning appears:
@Seldaek commented on GitHub (Jun 15, 2012):
Ok, pushed another fix for the WildfireFormatter.. hopefully it's good now :)
@mborho commented on GitHub (Jun 18, 2012):
Thanks, now it works! :)