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
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
minor #1044 Don't log console errors in console output (chalasr)
This PR was merged into the 3.3-dev branch.
Discussion
----------
Don't log console errors in console output
Since symfony/symfony#21003, console errors are logged, and since the `console` channel is not ignored by the monolog console handler, the log is written to stderr.
IMHO it's useless since the ran command already write the message into, it's just having two traces for the same error, which doesn't make sense to me.
I propose to fix that.
__Before__

__After__

If one wants the trace, then one can run the command in verbose mode or look at its log file.
Commits
-------
2bf1249 Don't log console errors in console output
0 commit comments