2.2.2. Broker Host Failures
In the
/var/log/openshift/broker/httpd/
directory, check the access_log
and error_log
files when user interactions with the broker host are failing. Verify that the request was authenticated and forwarded to the broker application.
The broker application is a Rails application, and all associated logs are saved in the
/var/log/openshift/broker/production.log
file.
User actions for Rails are stored in the
/var/log/openshift/broker/user_action.log
file. This log file includes gears created and deleted by a user. However, the logs do not include gear UUIDs.