From fbf8f37f31d023b5d01a538751f349c127ee2181 Mon Sep 17 00:00:00 2001 From: Alan Brevick Date: Mon, 4 Feb 2019 15:46:29 -0500 Subject: [PATCH] correct spec file test --- spec/fixtures/files/prometheus2.sysv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/files/prometheus2.sysv b/spec/fixtures/files/prometheus2.sysv index 32c0dda4f..46cde890f 100644 --- a/spec/fixtures/files/prometheus2.sysv +++ b/spec/fixtures/files/prometheus2.sysv @@ -51,7 +51,7 @@ start() { [ -f $PID_FILE ] && rm $PID_FILE daemon --user=prometheus \ --pidfile="$PID_FILE" \ - "$DAEMON" -log.format logger:stdout --config.file=/etc/prometheus/prometheus.yaml \ + "$DAEMON" --config.file=/etc/prometheus/prometheus.yaml \ --storage.tsdb.path=/var/lib/prometheus \ --storage.tsdb.retention=360h \ --web.console.templates=/usr/local/share/prometheus/consoles \