From 27f44aafd3155dd6b9b88ef600d394b9ffe7cf32 Mon Sep 17 00:00:00 2001 From: hstefans Date: Wed, 25 May 2022 20:48:22 +0100 Subject: [PATCH] fix #762 --- documentation/deploy_grafana.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/deploy_grafana.md b/documentation/deploy_grafana.md index a4488e20e..0ced0ccc5 100644 --- a/documentation/deploy_grafana.md +++ b/documentation/deploy_grafana.md @@ -84,9 +84,9 @@ The operator accepts a number of flags that can be passed in the `args` section * `--namespaces`: watch for dashboards in a list of namespaces. Mutually exclusive with `--scan-all`. -* `--zap-level=n`: set the logging level for the operator, leaving out this flag will only log Errors and error related +* `--zap-log-level=n`: set the logging level for the operator, leaving out this flag will only log Errors and error related info, current options are: - * `--zap-level=1`: show all Info level logs + * `--zap-log-level=1`: show all Info level logs * `--requeue-delay=n`: set how often the resync of the grafana resources towards the grafana instance should happen in seconds. The default is 10s. See `deploy/operator.yaml` for an example.