0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Update readme with regards to telemetry

This commit is contained in:
Matthew Holt 2018-05-10 11:31:31 -06:00
parent 1f7b5abc80
commit 13268db536
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -70,6 +70,8 @@ Then make sure the `caddy` binary is in your PATH.
To build for other platforms, use build.go with the `--goos` and `--goarch` flags. To build for other platforms, use build.go with the `--goos` and `--goarch` flags.
When building from source, telemetry is enabled by default. You can disable it by changing `enableTelemetry` in run.go before compiling, or use the `-disabled-metrics` flag at runtime to disable only certain metrics.
## Quick Start ## Quick Start