Skip to content

Commit

Permalink
Merge pull request #79 from CaptainJojo/fix-log
Browse files Browse the repository at this point in the history
fix: use good path for log symfony4
  • Loading branch information
eko committed Mar 23, 2018
2 parents b553a7d + 6d691f7 commit d878f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elk/logstash/logstash.conf
Expand Up @@ -6,12 +6,12 @@ input {
}
file {
type => "symfony_dev"
path => "/var/www/symfony/var/logs/dev.log"
path => "/var/www/symfony/var/log/dev.log"
start_position => beginning
}
file {
type => "symfony_prod"
path => "/var/www/symfony/var/logs/prod.log"
path => "/var/www/symfony/var/log/prod.log"
start_position => beginning
}
}
Expand Down

0 comments on commit d878f24

Please sign in to comment.