forked from External/greenlight
log to production.log instead of STDOUT by default
This commit is contained in:
parent
baec82f661
commit
2d7ab0006c
3
env
3
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
|
||||
|
|
Loading…
Reference in New Issue