With Symfony 4.3 and Symfony CLI v4.7.1, when I run:
symfony serve
I see the following warning in the output:
WARNING unable to find the application log
How do I solve the issue that raises this warning? Do I have to install the logger bundle?