Skip to content

Fix log directory parameter #12580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/configuration/kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ This returns the absolute path of the log directory of your Symfony project.
It's calculated automatically based on the current
:ref:`environment <configuration-environments>`.

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