From 2d7ab0006cef0182fdc0ba0982a5509e6661ee4c Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 19 Jul 2017 16:12:14 -0400 Subject: [PATCH] log to production.log instead of STDOUT by default --- env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env b/env index 23568979..5af29171 100644 --- a/env +++ b/env @@ -104,3 +104,6 @@ SMTP_PASSWORD=yourpassword # Uncomment and set to 'true' to only allow users to create meetings when authenticated. # Unauthenticated users are still able to join meetings through invites. #DISABLE_GUEST_ACCESS=false + +# Comment this out to send logs to STDOUT in production instead of log/production.log . +DISABLE_RAILS_LOG_TO_STDOUT=true