log to production.log instead of STDOUT by default

This commit is contained in:
Josh 2017-07-19 16:12:14 -04:00
parent baec82f661
commit 2d7ab0006c
1 changed files with 3 additions and 0 deletions

3
env
View File

@ -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