Skip to content

Commit da1714c

Browse files
committed
minor #12581 Add missing deprecated directive for kernel.log_dir parameter (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Add missing deprecated directive for kernel.log_dir parameter Based on the feedback by @dbrumann in #12580 (comment) Commits ------- 4bdc7a8 Add missing deprecated directive for kernel.log_dir parameter
2 parents a04b666 + 4bdc7a8 commit da1714c

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)