Thanks for the quick response. Now i added in default section, config check was valid. But it still not logging the access requests. Here is my config…
global
log stdout format raw local0
defaults
log global
mode http
option httplog
frontend frontend-http-in
bind *:82
option httplog
acl url_ping path_beg /ping.html
use_backend app-backend if url_ping
backend app-backend
server applocal 127.0.0.1:81 check inter 1m
backend my-local
server applocal 127.0.0.1:83 check inter 1m
Let me know if i am not doing right way