Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Monolog extras should appear in the logger panel too #15577

Closed
stof opened this issue Aug 19, 2015 · 6 comments
Closed

The Monolog extras should appear in the logger panel too #15577

stof opened this issue Aug 19, 2015 · 6 comments

Comments

@stof
Copy link
Member

stof commented Aug 19, 2015

We current display the context of the message, which is a PSR-3 concept.
In 2.8, we also display the channel when available, which is a Monolog-only feature, recognizing that most Symfony projects are using Monolog for logging. There is another Monolog feature which is not displayed in the profiler: extras, i.e. the bucket where processors can attach extra info on the log record. It may be worth adding support for it

@sstok
Copy link
Contributor

sstok commented Aug 21, 2015

👍

@javiereguiluz
Copy link
Member

Where can I find more information about the usage of these "Monolog extras"? Thanks.

@wouterj
Copy link
Member

wouterj commented Aug 21, 2015

@stof
Copy link
Member Author

stof commented Aug 27, 2015

Note that the first step to display them will be to update the Monolog DebugHandler to include extras in the data passed to the logger collector. Once this is done, the profiler panel can be updated to display this info when it is available

@nicolas-grekas
Copy link
Member

Closing as this is getting old, and nobody cared since then.
Ping @lyrixx because I know you like these things if you want to reopen :)

@lyrixx
Copy link
Member

lyrixx commented Nov 27, 2017

For now I'm fine with the extra. Thanks for the notif anyway.

@chalasr chalasr removed this from RFC in Profiler panels Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants