From 5c146d89c69adc8c892aeb8aff6267ee467f8bed Mon Sep 17 00:00:00 2001 From: Adil YASSINE Date: Wed, 21 Sep 2016 17:48:09 +0100 Subject: [PATCH] Update heroku.rst --- deployment/heroku.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/heroku.rst b/deployment/heroku.rst index 3ac0cb31a71..aab797f0f3f 100644 --- a/deployment/heroku.rst +++ b/deployment/heroku.rst @@ -24,7 +24,7 @@ Preparing your Application Deploying a Symfony application to Heroku doesn't require any change in its code, but it requires some minor tweaks to its configuration. -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/`` directory. This is not ideal as Heroku uses an `ephemeral file system`_. On Heroku, the best way to handle logging is using `Logplex`_. And the best way to send log data to Logplex is by writing to ``STDERR`` or ``STDOUT``. Luckily,