Skip to content

Commit 762a00e

Browse files
committed
minor symfony#6991 Update heroku.rst (adyassine)
This PR was squashed before being merged into the 3.1 branch (closes symfony#6991). Discussion ---------- Update heroku.rst Commits ------- 5c146d8 Update heroku.rst
2 parents 7be8b3f + 5c146d8 commit 762a00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/heroku.rst

+1-1
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)