Skip to content

Commit

Permalink
Add envoy example and usage for go-1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuu committed Jul 25, 2021
1 parent 2a8e5f2 commit 854e4e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ access-log:
format: "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" %{duration}x"
```

### Envoy

Use [default format](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#config-access-log-default-format)

### Varnishncsa

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

```sh
# go >=1.16
go install github.com/matsuu/kataribe@latest

# go <1.16
go get -u github.com/matsuu/kataribe
```

Expand Down

0 comments on commit 854e4e6

Please sign in to comment.