We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ce9e0 commit 06fea26Copy full SHA for 06fea26
1 file changed
script/foreman-rake
@@ -15,5 +15,6 @@ if [ $# -eq 0 ]; then
15
elif [ "$USERNAME" = foreman ]; then
16
RUBYOPT=-W0 RAILS_ENV=production $CMD "$@"
17
else
18
- runuser - foreman -s /bin/bash -c 'RUBYOPT=-W0 RAILS_ENV=production "$0" "$@"' -- $CMD "$@"
+ runuser -w RAILS_LOG_TO_STDOUT \
19
+ - foreman -s /bin/bash -c 'RUBYOPT=-W0 RAILS_ENV=production "$0" "$@"' -- $CMD "$@"
20
fi
0 commit comments