LOG MONITORING IN GRAFANA.

Good afternoon everyone.
I would like to know how I can see the security LOGs that are generated in Grafana and if any user paused any alert or rule that is created and working.

Thanks.

try increasing the verbosity of the Grafana server logs to debug and note any errors. For printing to console, set the console logs to debug as well.

also for your case printing to console doesn’t sound ideal. You might want to store them in a file. Even better you could use Loki to aggregate grafana’s logs and then use Explore to search through them.