local0.* wasn't routed to anything in rsyslog.conf. I enabled it and now I get a message when I logOUT, but none when I logIN. The message I get is "WebSocket connection from 192.168.0.92:1273 has closed". It's in event_route[websocket:closed].
It seems it's only logging L_INFO and not L_DBG. I changed the from the latter to the former and now it shows. Again, I had debug=9. Bug in the log system?
On Thu, Aug 16, 2012 at 11:08 AM, Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com wrote:
You should be seeing at least the output of "xlog("L_DBG", "HTTP Request Received\n");", if not, there's no http request arriving to the server. Try flushing iptables and disabling selinux.