From 3e0631257af3d4dfdf0c3c8bb5b19685cc818cf7 Mon Sep 17 00:00:00 2001 From: madolala <79374413+madolala@users.noreply.github.com> Date: Tue, 19 May 2026 17:58:09 +0200 Subject: [PATCH] Update README.md docs: add logging configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34ee7f5..43e61ab 100644 --- a/README.md +++ b/README.md @@ -185,4 +185,5 @@ All configuration is done through environmental variables. | `CONTAINER_NAMES` | no | | A comma-delimited list of values to compare against a container name. | | `CONTAINER_LABELS` | no | | A comma-delimited list of key-values to compare against container labels. | | `SCRUB_ENVS` | no | false | Remove `Env` list from [container inspect API](https://docs.docker.com/reference/api/engine/version/v1.48/#tag/Container/operation/ContainerInspect) response | +| `RUST_LOG` | no | debug | Logging level for the Rust application. Values: `error`, `warn`, `info`, `debug`, `trace`, `off` |