How do you tail openshift log files? I issued the following command:
rhc tail myapp
It seems to show first error line and then stops, but doesn
Adding -a option fix this issue for me.
-a
rhc tail -a {app_name}