mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-26 20:48:13 +02:00
src/main.go: Add cli flag to change logging format.
This commit is contained in:
parent
704965b9cc
commit
311d9b34cb
2 changed files with 11 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
|
|||
DPKG_BUILDPACKAGE = dpkg-buildpackage
|
||||
DPKG_BUILDPACKAGE_FLAGS = -b -uc
|
||||
|
||||
SOURCES=src/main.go src/server.go src/parse_request.go
|
||||
SOURCES=src/main.go src/server.go src/parse_request.go src/helpers.go
|
||||
|
||||
.PHONY: all build/$(PROGRAM_NAME) clean package_debian
|
||||
all: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue