You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started a new PHP 5.4 cartrige on OpenShift Online today, and have been trying to get my logs sent to logentries.com. After following the installation instructions, no logs were being sent to logentries.com so I SSH'd into the app and ran le whoami, which said no logs were being followed. So I looked through the post_deploy script and noticed that env | grep OPENSHIFT_.*_LOG_DIR returned no resuts. The only environment variable that contained "LOG" was OPENSHIFT_LOG_DIR.
After I edited the post_deploy script, le whoami said it was following php.log
I just started a new PHP 5.4 cartrige on OpenShift Online today, and have been trying to get my logs sent to logentries.com. After following the installation instructions, no logs were being sent to logentries.com so I SSH'd into the app and ran
le whoami, which said no logs were being followed. So I looked through the post_deploy script and noticed thatenv | grep OPENSHIFT_.*_LOG_DIRreturned no resuts. The only environment variable that contained "LOG" was OPENSHIFT_LOG_DIR.After I edited the post_deploy script,
le whoamisaid it was following php.log