File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
3741Add ` %D ` to [ varnishncsa -F option] ( https://www.varnish-cache.org/docs/trunk/reference/varnishncsa.html ) .
@@ -52,6 +56,10 @@ use Rack::CommonLogger, logger
5256Install 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
5563go get -u github.com/matsuu/kataribe
5664```
5765
You can’t perform that action at this time.
0 commit comments