Add glog options to "make run" to also log to stderr.

This commit is contained in:
Julius Volz 2013-08-12 18:21:38 +02:00
parent aa5d251f8d
commit da420a5b97

View file

@ -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'