mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Add glog options to "make run" to also log to stderr.
This commit is contained in:
parent
aa5d251f8d
commit
da420a5b97
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ race_condition_run: race_condition_binary
|
||||||
./prometheus.race $(ARGUMENTS)
|
./prometheus.race $(ARGUMENTS)
|
||||||
|
|
||||||
run: binary
|
run: binary
|
||||||
./prometheus $(ARGUMENTS)
|
./prometheus -alsologtostderr -stderrthreshold=0 $(ARGUMENTS)
|
||||||
|
|
||||||
search_index:
|
search_index:
|
||||||
godoc -index -write_index -index_files='search_index'
|
godoc -index -write_index -index_files='search_index'
|
||||||
|
|
Loading…
Reference in a new issue