Skip to content

Commit a04b666

Browse files
committed
minor #12580 Fix log directory parameter (merguezzz)
This PR was merged into the 4.3 branch. Discussion ---------- Fix log directory parameter kernel.logs_dir instead of kernel.log_dir Commits ------- c1d34a8 Correct log dir parameter
2 parents 297e801 + c1d34a8 commit a04b666

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)