Skip to content

Commit e7820b2

Browse files
committed
update code
1 parent 7157346 commit e7820b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -571,12 +571,12 @@ If you don't specify values for `memoryThreshold` and `outOfMemoryWatch`, the de
571571
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:
572572

573573
```azurecli
574-
--config helm-controller.log-level=<log/error/debug>
575-
--config source-controller.log-level=<log/error/debug>
576-
--config kustomize-controller.log-level=<log/error/debug>
577-
--config notification-controller.log-level=<log/error/debug>
578-
--config image-automation-controller.log-level=<log/error/debug>
579-
--config image-reflector-controller.log-level=<log/error/debug>
574+
--config helm-controller.log-level=<info/error/debug>
575+
--config source-controller.log-level=<info/error/debug>
576+
--config kustomize-controller.log-level=<info/error/debug>
577+
--config notification-controller.log-level=<info/error/debug>
578+
--config image-automation-controller.log-level=<info/error/debug>
579+
--config image-reflector-controller.log-level=<info/error/debug>
580580
```
581581

582582
Valid values are `debug`, `info`, or `error`. These values are only configurable for the controllers listed above; they don't apply to the `fluxconfig-agent` and `fluxconfig-controller`.

0 commit comments

Comments
 (0)