Skip to content

Commit c5fcad3

Browse files
committed
edits
1 parent cc48b73 commit c5fcad3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ If you don't specify values for `memoryThreshold` and `outOfMemoryWatch`, the de
568568

569569
## Configurable log-level parameters
570570

571-
By default, the `log-level` for Flux controllers is set to `info`. Starting with [`microsoft.flux` v1.8.3](extensions-release.md#flux-gitops), you can modify these default settings using the `k8s-extension` command as follows:
571+
By default, the `log-level` for Flux controllers is set to `info`. Starting with `microsoft.flux` v1.8.3, you can modify these default settings using the `k8s-extension` command as follows:
572572

573573
```azurecli
574574
--config helm-controller.log-level=<info/error/debug>
@@ -585,11 +585,10 @@ Valid values are `debug`, `info`, or `error`. For instance, to change the `log-l
585585
az k8s-extension update --resource-group <resource-group> --cluster-name <cluster-name> --cluster-type <cluster-type> --name flux --config source-controller.log-level=error kustomize-controller.log-level=error
586586
```
587587

588-
The `fluxconfig-agent` and `fluxconfig-controller` only support `info` and `error` log levels. These can be modified by using the k8s-extension command as follows:
588+
Starting with [`microsoft.flux` v1.9.1](extensions-release.md#flux-gitops), `fluxconfig-agent` and `fluxconfig-controller` support `info` and `error` log levels (but not `debug`). These can be modified by using the k8s-extension command as follows:
589589

590590
```azurecli
591591
--config fluxconfig-agent.log-level=<info/error>
592-
593592
--config fluxconfig-controller.log-level=<info/error>
594593
```
595594

0 commit comments

Comments
 (0)