Add debug flag to adjust log verbosity a bit

Not as good as a proper logging system, but still provids a bit of
control over log verbosity
This commit is contained in:
Ian Fijolek
2019-10-04 16:05:25 -07:00
parent f99ee9891e
commit ac8ab9ef43
4 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ minitor-go:
.PHONY: run
run: minitor-go
./minitor-go
./minitor-go -debug
.PHONY: test
test: