Skip to content

Commit

Permalink
Set RAILS_LOG_TO_STDOUT=1 in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Oct 13, 2020
1 parent 9ffbb73 commit d5a607b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENV HEROKU=true
ENV RAILS_ENV=production
ENV RAILS_CACHE_STORE=memcache
ENV RAILS_GROUPS="production docker opf_plugins"
ENV RAILS_LOG_TO_STDOUT=1
ENV OPENPROJECT_INSTALLATION__TYPE=docker
# Valid values are: standard,bim
ENV OPENPROJECT_EDITION=standard
Expand Down

0 comments on commit d5a607b

Please sign in to comment.