Put this in your apache config if you are using JBoss & mod_proxy_cluster and want to log which backend JBoss member server your hits are going to:
LogFormat "%h %l %u %t \"%r\" %>s %b %{BALANCER_WORKER_NAME}e" commonbackend
CustomLog /var/log/httpd/httpd.log commonbackend