Loki not picking up log level

Hi,

Until week ago our Loki instance was picking up log levels and showing up in grafana…we tore down the cluster and recreated the cluster today. In the new cluster currently we are not able to see the level… Any idea what might be the issue?

thanks in advance

you’d need to ensure that discover_log_levels is enabled in your limits config
Grafana Loki configuration parameters | Grafana Loki documentation. You should also have structured metadata enabled for your loki instance.

Detected levels should be stored in detected_level you’d find in structured metadata.

I currently dnt have discover_log_levels enabled on my limit config file…is this enabled by default?