Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[MonologBridge][WebServerBundle] Add suggestions for using the log server#25026
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedNov 19, 2017
Related; should we patch |
fabpot commentedNov 20, 2017
I'm personally 👎 on adding more |
maidmaid commentedNov 20, 2017
nicolas-grekas commentedDec 4, 2017
ping@fabpot still not sold? I'm still +1 on my side :) |
fabpot commentedDec 11, 2017
@nicolas-grekas Let's say I'm just +0 on this. |
nicolas-grekas commentedDec 12, 2017
Merging then, especially since suggestions are not displayed in Flex era. |
nicolas-grekas commentedDec 12, 2017
Thank you@maidmaid. |
…ng the log server (maidmaid)This PR was merged into the 3.3 branch.Discussion----------[MonologBridge][WebServerBundle] Add suggestions for using the log server| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | /| License | MIT| Doc PR | /If you want launch `server:log`, you need the monolog bridge and the VarDumper. Optionally, you need EL if you want use `server:log --filter`.Commits-------aca0ddd Add suggestions
…ists (kbond)This PR was merged into the 3.3 branch.Discussion----------[WebServerBundle] use interface_exists instead of class_exists| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aThis bug was introduced in#25026Commits-------dc3a94e use interface_exists instead of class_exists
Uh oh!
There was an error while loading.Please reload this page.
If you want launch
server:log, you need the monolog bridge and the VarDumper. Optionally, you need EL if you want useserver:log --filter.