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 @@ -121,11 +121,16 @@ Log Directory
121
121
122
122
**type **: ``string `` **default **: ``$this->rootDir/log ``
123
123
124
+ .. deprecated :: 4.2
125
+
126
+ The ``kernel.log_dir `` parameter was deprecated in Symfony 4.2,
127
+ use ``kernel.logs_dir `` instead.
128
+
124
129
This returns the absolute path of the log directory of your Symfony project.
125
130
It's calculated automatically based on the current
126
131
:ref: `environment <configuration-environments >`.
127
132
128
- This value is exposed via the ``kernel.log_dir `` configuration parameter and
133
+ This value is exposed via the ``kernel.logs_dir `` configuration parameter and
129
134
the :method: `Symfony\\ Component\\ HttpKernel\\ Kernel::getLogDir ` method. To
130
135
change this setting, override the ``getLogDir() `` method to return the right
131
136
log directory.
You can’t perform that action at this time.
0 commit comments