diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-26 16:34:40 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-26 16:34:40 +0100 |
commit | f7cd4eb60093910fe23745fce69db49fce591c32 (patch) | |
tree | 9d219453954f7616874d7bfa76e93fa843dfaa4e /doc/book/cookbook/from-source.md | |
parent | cdde0f19ee37848370d4a138d95c55bfaca820ed (diff) | |
parent | 95eb8808e8ede5439cf6352ce4f9a148fac2f236 (diff) | |
download | garage-f7cd4eb60093910fe23745fce69db49fce591c32.tar.gz garage-f7cd4eb60093910fe23745fce69db49fce591c32.zip |
Merge branch 'main' into next-0.10
Diffstat (limited to 'doc/book/cookbook/from-source.md')
-rw-r--r-- | doc/book/cookbook/from-source.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/book/cookbook/from-source.md b/doc/book/cookbook/from-source.md index f0e185a4..7105c999 100644 --- a/doc/book/cookbook/from-source.md +++ b/doc/book/cookbook/from-source.md @@ -90,5 +90,6 @@ The following feature flags are available in v0.8.0: | `kubernetes-discovery` | optional | Enable automatic registration and discovery<br>of cluster nodes through the Kubernetes API | | `metrics` | *by default* | Enable collection of metrics in Prometheus format on the admin API | | `telemetry-otlp` | optional | Enable collection of execution traces using OpenTelemetry | +| `syslog` | optional | Enable logging to Syslog | | `lmdb` | *by default* | Enable using LMDB to store Garage's metadata | | `sqlite` | *by default* | Enable using Sqlite3 to store Garage's metadata | |