Browse Source

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

pull/353/head
Julius Volz 11 years ago
parent
commit
da420a5b97
  1. 2
      Makefile

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

Loading…
Cancel
Save