Skip to content

Commit

Permalink
fix: use good path for log symfony4
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJojo committed Mar 16, 2018
1 parent b553a7d commit 6d691f7
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 6d691f7

Please sign in to comment.