Skip to content

Commit 854e4e6

Browse files
committed
Add envoy example and usage for go-1.16.
1 parent 2a8e5f2 commit 854e4e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ access-log:
3232
format: "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" %{duration}x"
3333
```
3434

35+
### Envoy
36+
37+
Use [default format](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#config-access-log-default-format)
38+
3539
### Varnishncsa
3640

3741
Add `%D` to [varnishncsa -F option](https://www.varnish-cache.org/docs/trunk/reference/varnishncsa.html).
@@ -52,6 +56,10 @@ use Rack::CommonLogger, logger
5256
Install via go command or download [release file](https://github.com/matsuu/kataribe/releases)
5357

5458
```sh
59+
# go >=1.16
60+
go install github.com/matsuu/kataribe@latest
61+
62+
# go <1.16
5563
go get -u github.com/matsuu/kataribe
5664
```
5765

0 commit comments

Comments
 (0)