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

Commitbbd0c87

Browse files
committed
bug#37 Fix app/logs creation for Symfony 2 (patrick-mota)
This PR was merged into the 1.0.x-dev branch.Discussion----------Fix app/logs creation for Symfony 2Resolve the issue#22Fix the err :: ln: target `/app/logs/' is not a directory: No such file or directory for Symfony 2 deploymentCommits-------8259526 Fix app/logs creation for Symfony 2
2 parents343d977 +8259526 commitbbd0c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Configuration/DefaultConfiguration.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private function setDefaultConfiguration(int $symfonyMajorVersion, $symfonyMinor
367367
$this->setDirs('app','app/config','app/cache','app/logs','src','app/Resources/views','web');
368368
$this->controllersToRemove(['web/app_*.php']);
369369
$this->sharedFiles = ['app/config/parameters.yml'];
370-
$this->sharedDirs = ['app/logs/'];
370+
$this->sharedDirs = ['app/logs'];
371371
$this->writableDirs = ['app/cache/','app/logs/'];
372372
$this->dumpAsseticAssets =true;
373373
}elseif (3 ===$symfonyMajorVersion &&4 <$symfonyMinorVersion) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp