Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc79d340

Browse files
authored
[HttpKernel] Let Monolog create the log folder
1 parent60ffe2d commitc79d340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ protected function getKernelParameters()
632632
*/
633633
protectedfunctionbuildContainer()
634634
{
635-
foreach (['cache' =>$this->getCacheDir(),'build' =>$this->warmupDir ?:$this->getBuildDir(),'logs' =>$this->getLogDir()]as$name =>$dir) {
635+
foreach (['cache' =>$this->getCacheDir(),'build' =>$this->warmupDir ?:$this->getBuildDir()]as$name =>$dir) {
636636
if (!is_dir($dir)) {
637637
if (false === @mkdir($dir,0777,true) && !is_dir($dir)) {
638638
thrownew \RuntimeException(sprintf('Unable to create the "%s" directory (%s).',$name,$dir));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp