Browse Source

Use colored debug output

Vova Tkach 5 years ago
parent
commit
2ed0e26e2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ test:
 	go test ./...
 
 run:
-	@./fave -host 0.0.0.0 -port 8080 -dir ./hosts -debug true -keepalive true
+	@./fave -host 0.0.0.0 -port 8080 -dir ./hosts -debug true -keepalive true --color=always
 
 build: clean version template dockerfile
 	@-mkdir ./bin