From 0ff815274276a0590b54b0fdd725adf58666e4e2 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Thu, 4 Apr 2019 22:48:31 -0300 Subject: [PATCH] [Flex] Tell that `var/logs/` directory was renamed --- setup/flex.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/flex.rst b/setup/flex.rst index e922f87ce60..02bb4de591d 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -270,6 +270,9 @@ manual steps: #. Remove the ``bin/symfony_requirements`` script and if you need a replacement for it, use the new `Symfony Requirements Checker`_. +#. Update entry for log directory at ``.gitignore`` and in any other place in order + to set ``var/log/``, which previously was ``var/logs/``. + Customizing Flex Paths ----------------------