forked from vieter-v/vieter
Some logging improvements; fixed segfault
This commit is contained in:
parent
af86d91d3f
commit
3ada24ef3b
5 changed files with 51 additions and 25 deletions
4
Makefile
4
Makefile
|
|
@ -2,6 +2,10 @@
|
|||
run:
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v -cg run vieter
|
||||
|
||||
.PHONY: run-prod
|
||||
run-prod:
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v -prod run vieter
|
||||
|
||||
.PHONY: watch
|
||||
watch:
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v watch run vieter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue