-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Hide server:log command based on deps #25027
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
[FrameworkBundle] Hide server:log command based on deps #25027
Conversation
in fact, the issue looks related to lazy command loading given looking at |
See #25030 |
I think I prefer your approach @chalasr 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this one stays fine regarding the framework, no need to process a useless definition esp. based on class existence.
Thank you @sroze. |
…roze) This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] Hide server:log command based on deps | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25025 | License | MIT | Doc PR | ø Remove the `server:log` command if monolog is not installed. Commits ------- b505ac7 Remove the `server:log` command if monolog is not loaded
Remove the
server:log
command if monolog is not installed.