File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,16 @@ Log Directory
103103
104104**type **: ``string `` **default **: ``$this->rootDir/log ``
105105
106+ .. deprecated :: 4.2
107+
108+ The ``kernel.log_dir `` parameter was deprecated in Symfony 4.2,
109+ use ``kernel.logs_dir `` instead.
110+
106111This returns the absolute path of the log directory of your Symfony project.
107112It's calculated automatically based on the current
108113:ref: `environment <configuration-environments >`.
109114
110- This value is exposed via the ``kernel.log_dir `` configuration parameter and
115+ This value is exposed via the ``kernel.logs_dir `` configuration parameter and
111116the :method: `Symfony\\ Component\\ HttpKernel\\ Kernel::getLogDir ` method. To
112117change this setting, override the ``getLogDir() `` method to return the right
113118log directory.
You can’t perform that action at this time.
0 commit comments