Skip to content

Commit 4bdc7a8

Browse files
committed
Add missing deprecated directive for kernel.log_dir parameter
1 parent 297e801 commit 4bdc7a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/configuration/kernel.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ Log Directory
121121

122122
**type**: ``string`` **default**: ``$this->rootDir/log``
123123

124+
.. deprecated:: 4.2
125+
126+
The ``kernel.log_dir`` parameter was deprecated in Symfony 4.2,
127+
use ``kernel.logs_dir`` instead.
128+
124129
This returns the absolute path of the log directory of your Symfony project.
125130
It's calculated automatically based on the current
126131
:ref:`environment <configuration-environments>`.

0 commit comments

Comments
 (0)