Skip to content

Commit 5c146d8

Browse files
adyassinexabbuh
authored andcommitted
Update heroku.rst
1 parent 7be8b3f commit 5c146d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/heroku.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Preparing your Application
2424
Deploying a Symfony application to Heroku doesn't require any change in its
2525
code, but it requires some minor tweaks to its configuration.
2626

27-
By default, the Symfony app will log into your application's ``app/log/``
27+
By default, the Symfony app will log into your application's ``var/log/``
2828
directory. This is not ideal as Heroku uses an `ephemeral file system`_. On
2929
Heroku, the best way to handle logging is using `Logplex`_. And the best way to
3030
send log data to Logplex is by writing to ``STDERR`` or ``STDOUT``. Luckily,

0 commit comments

Comments
 (0)