Logging 200 requests

I was looking into parsing the grafana log to see what dashboards are being visited and noticed that http 200 requests aren’t logged, is there a way to turn them on, or would that require a feature request?

Thanks,
Darkmyr

You can enable router_logging = true in the [server] section of your config file to have Grafana log all requests including 200s.

http://docs.grafana.org/installation/configuration/#router-logging

1 Like