You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#25026 [MonologBridge][WebServerBundle] Add suggestions for using 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
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/composer.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@
31
31
"suggest": {
32
32
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
33
33
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
34
-
"symfony/event-dispatcher": "Needed when using log messages in console commands."
34
+
"symfony/event-dispatcher": "Needed when using log messages in console commands.",
35
+
"symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
0 commit comments