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
103
103
104
104
**type **: ``string `` **default **: ``$this->rootDir/log ``
105
105
106
+ .. deprecated :: 4.2
107
+
108
+ The ``kernel.log_dir `` parameter was deprecated in Symfony 4.2,
109
+ use ``kernel.logs_dir `` instead.
110
+
106
111
This returns the absolute path of the log directory of your Symfony project.
107
112
It's calculated automatically based on the current
108
113
:ref: `environment <configuration-environments >`.
109
114
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
111
116
the :method: `Symfony\\ Component\\ HttpKernel\\ Kernel::getLogDir ` method. To
112
117
change this setting, override the ``getLogDir() `` method to return the right
113
118
log directory.
You can’t perform that action at this time.
0 commit comments