From da420a5b977a2519a256d5428fd496af155d56d5 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 12 Aug 2013 18:21:38 +0200 Subject: [PATCH] Add glog options to "make run" to also log to stderr. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbb51d634..77f8f4d8f 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ race_condition_run: race_condition_binary ./prometheus.race $(ARGUMENTS) run: binary - ./prometheus $(ARGUMENTS) + ./prometheus -alsologtostderr -stderrthreshold=0 $(ARGUMENTS) search_index: godoc -index -write_index -index_files='search_index'