Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/operator-manual/reconcile.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ To find these logs, search for `"Requesting app refresh caused by object update"
fields for `api-version` and `kind`. Counting the number of refreshes triggered, by api-version/kind should
reveal the high-churn resource kinds.

!!!note
These logs are at the `debug` level. Configure the application-controller's log level to `debug`.
!!! note
These logs are at the `debug` level. Configure the application-controller's log level to `debug`.

Once you have identified some resources which change often, you can try to determine which fields are changing. Here is
one approach:
Expand All @@ -99,8 +99,8 @@ Whenever Argo CD skips a refresh due to an ignored resource update, the controll

Search the application-controller logs for this line to confirm that your resource ignore rules are being applied.

!!!note
These logs are at the `debug` level. Configure the application-controller's log level to `debug`.
!!! note
These logs are at the `debug` level. Configure the application-controller's log level to `debug`.

## Examples

Expand Down
Loading