aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-20 14:33:18 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-20 14:39:04 +0100
commit091e6936706ee8bfe34021e601ad984866c209d8 (patch)
treec7429d9cb0e1c8c2ed070d5d70ccd50744550f69 /doc/book/cookbook
parentfe8a7819fa7133d05d3973079119c85cf7d77f58 (diff)
downloadgarage-091e6936706ee8bfe34021e601ad984866c209d8.tar.gz
garage-091e6936706ee8bfe34021e601ad984866c209d8.zip
[syslog] document environment variables
Diffstat (limited to 'doc/book/cookbook')
-rw-r--r--doc/book/cookbook/from-source.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/book/cookbook/from-source.md b/doc/book/cookbook/from-source.md
index ade47e96..0d7d8e77 100644
--- a/doc/book/cookbook/from-source.md
+++ b/doc/book/cookbook/from-source.md
@@ -90,6 +90,7 @@ 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 |
| `sled` | *by default* | Enable using Sled to store Garage's metadata |
| `lmdb` | *by default* | Enable using LMDB to store Garage's metadata |
| `sqlite` | *by default* | Enable using Sqlite3 to store Garage's metadata |