Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedNov 19, 2017
in fact, the issue looks related to lazy command loading given looking at |
chalasr commentedNov 19, 2017
See#25030 |
sroze commentedNov 19, 2017
I think I prefer your approach@chalasr 👍 |
chalasr left a comment
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.
nicolas-grekas commentedNov 19, 2017
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:logcommand if monolog is not installed.