From 50c6e7e64498a2e06ed8d5b3db8706230fbc25fd Mon Sep 17 00:00:00 2001 From: Adil YASSINE Date: Wed, 21 Sep 2016 17:48:09 +0100 Subject: [PATCH 1/2] 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..48a1f1d6605 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 ``bin/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, From dcf1308396b2f02bafa279e18dd08e7da80d2663 Mon Sep 17 00:00:00 2001 From: Adil YASSINE Date: Wed, 21 Sep 2016 21:00:30 +0100 Subject: [PATCH 2/2] 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 48a1f1d6605..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 ``bin/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,