Skip to content

Commit c1d34a8

Browse files
authored
Correct log dir parameter
kernel.logs_dir instead of kernel.log_dir
1 parent 297e801 commit c1d34a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This returns the absolute path of the log directory of your Symfony project.
125125
It's calculated automatically based on the current
126126
:ref:`environment <configuration-environments>`.
127127

128-
This value is exposed via the ``kernel.log_dir`` configuration parameter and
128+
This value is exposed via the ``kernel.logs_dir`` configuration parameter and
129129
the :method:`Symfony\\Component\\HttpKernel\\Kernel::getLogDir` method. To
130130
change this setting, override the ``getLogDir()`` method to return the right
131131
log directory.

0 commit comments

Comments
 (0)