Fix prometheus log level

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-29 20:57:40 +01:00
parent 7bdf24a5ec
commit 3a03406b99

View File

@@ -271,7 +271,7 @@ in
networks.prometheus-ext.ref
];
exec = [
"--log.level=debug"
"--log.level=warn"
"--config.file=/etc/prometheus/prometheus.yaml"
"--storage.tsdb.path=/var/lib/prometheus"
"--storage.tsdb.retention.time=1y"