Closed IshentRas closed 9 years ago
Isn't idling handled by last_access.log ? /usr/bin/oo-last-access > /var/lib/openshift/last_access.log
oo-last-access uses logfiles variable so as to work and this variable uses the following ones: logfiles = [ENV["APACHE_ACCESS_LOG"], ENV["NODE_WEB_PROXY_ACCESS_LOG"], ENV["NODE_WEB_PROXY_WEBSOCKETS_LOG"]] As you can see APACHE_ACCESS_LOG should be set to /var/log/httpd/openshift_log where all the metrics are set and not to /var/log/httpd/access_log as it is currently.
I stand corrected +1
LGTM
Openshift nodes use APACHE_ACCESS_LOG variable for logging and metrics (idling, etc...) This variable should be set to /var/log/httpd/openshift_log (DEFAULT) Failing to do so result to a bad handling of idling gears etc...