We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be53eb commit d78c7dbCopy full SHA for d78c7db
logging.rst
@@ -94,8 +94,9 @@ disk write permissions.
94
95
If you prefer to store production logs in a file, set the ``path`` option of your
96
log handler(s) to the desired file path (e.g. ``var/log/prod.log``). This directory
97
-is created by Monolog if needed, so Symfony applications running on read-only
98
-filesystems don't need to create it manually or make it writable.
+is created by Monolog if it doesn't exist. If your Symfony application runs on a
+read-only filesystem, set the path to an external writable directory (e.g.
99
+``APP_LOG_DIR=/tmp/log``).
100
101
.. versionadded:: 7.3
102
0 commit comments