8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be8b3f commit 5c146d8Copy full SHA for 5c146d8
deployment/heroku.rst
@@ -24,7 +24,7 @@ Preparing your Application
24
Deploying a Symfony application to Heroku doesn't require any change in its
25
code, but it requires some minor tweaks to its configuration.
26
27
-By default, the Symfony app will log into your application's ``app/log/``
+By default, the Symfony app will log into your application's ``var/log/``
28
directory. This is not ideal as Heroku uses an `ephemeral file system`_. On
29
Heroku, the best way to handle logging is using `Logplex`_. And the best way to
30
send log data to Logplex is by writing to ``STDERR`` or ``STDOUT``. Luckily,
0 commit comments