mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #493] Hipchat has more detailed logs then Slack? #172
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#172
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 @peric on GitHub (Jan 7, 2015).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/493
Is it possible to have more detailed logs on Slack?
On Hipchat, I get where request was sent and then completely detailed critical error/exception.
On Slack, I get just where exception has happened, without any details about request.
@Seldaek commented on GitHub (Jan 7, 2015):
I guess this is due to the fact Slack doesn't include context info and includes extra only optionally. You could try to enable the $includeExtra param in the constructor, and then possibly we should fix the handler to include context also when includeExtra is on.
@peric commented on GitHub (Jan 7, 2015):
Thanks for the answer. Hopefully I will have time to check it and maybe even contribute.
@Seldaek commented on GitHub (Mar 5, 2015):
I think this has been resolved by #507