Closed
Description
Symfony version(s) affected: 3.4+
Description
This happens when you install a fresh Symfony app.
How to reproduce
$ composer create-project symfony/skeleton foo
$ cd foo
$ bin/console cache:
Additional context
At this moment, the kernel's logger
is the one activated in the system, showing error logs on stderr
stream by default.
I'm not sure if it's expected, but it looks like a visual issue for CLI apps: