Skip to content

Commit 1f64067

Browse files
committed
Release 0.1.4 - Make log level fieldname configurable
1 parent b2bc072 commit 1f64067

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88
GOPKGS = $(shell go list ./... | grep -v /vendor/)
99
BUILD_FLAGS ?=
1010
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
11-
TAG ?= "v0.1.3"
11+
TAG ?= "v0.1.4"
1212
GOARCH ?= amd64
1313
GOOS ?= linux
1414

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ See:
3535

3636
Linux
3737

38-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.3/kafka-proxy_0.1.3_linux_amd64.tar.gz | tar xz
38+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.4/kafka-proxy_0.1.4_linux_amd64.tar.gz | tar xz
3939

4040
macOS
4141

42-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.3/kafka-proxy_0.1.3_darwin_amd64.tar.gz | tar xz
42+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.4/kafka-proxy_0.1.4_darwin_amd64.tar.gz | tar xz
4343

4444
2. Move the binary in to your PATH.
4545

@@ -102,6 +102,7 @@ See:
102102
--kafka-write-timeout duration How long to wait for a transmit (default 30s)
103103
--log-format string Log format text or json (default "text")
104104
--log-level string Log level debug, info, warning, error, fatal or panic (default "info")
105+
--log-level-fieldname string Log level fieldname for json format (default "@level")
105106
--proxy-listener-ca-chain-cert-file string PEM encoded CA's certificate file. If provided, client certificate is required and verified
106107
--proxy-listener-cert-file string PEM encoded file with server certificate
107108
--proxy-listener-cipher-suites stringSlice List of supported cipher suites

0 commit comments

Comments
 (0)