Closed
Description
In https://symfony.com/doc/current/setup/file_permissions.html the documentation states:
If you decide to store log files on disk, you will need to make sure your logs directory
I disagree with the "If", in the http kernel, in the containerBuild
function will try to create this folder even if I do not do anything in the log directory.
I'm not quite sure if this should also be a bug in Symfony side as it does feels quite right to me that the build container function tries to create a log related folder when it might not be used at all.
Thanks