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
#31217 deprecated the server bundle.
But it also deprecated the server:log command. The symfony server:log is really less powerful. So we are removing some feature from symfony :/
How could we move the feature that will be removed to the symfony CLI ?
In symfony 5.* some commands will still exists in the server: namespace. Like the server:dump command. So having some commands in this NS seems fine.
Another solution could be to move this command to the MonologBridge. WDYT ?
The text was updated successfully, but these errors were encountered:
#31217 deprecated the server bundle.
But it also deprecated the
server:log
command. Thesymfony server:log
is really less powerful. So we are removing some feature from symfony :/How could we move the feature that will be removed to the symfony CLI ?
In symfony 5.* some commands will still exists in the
server:
namespace. Like theserver:dump
command. So having some commands in this NS seems fine.Another solution could be to move this command to the MonologBridge. WDYT ?
The text was updated successfully, but these errors were encountered: