From 6a81e4492ca09d2a1cf061dda1e11ab374f8830c Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 18 Dec 2019 08:41:21 +0100 Subject: [PATCH] Request tracing docs: Fix mentioned log level for AutoRetry logs They are actually both on FINE level. Signed-off-by: Edwin Kempin Change-Id: I6691de868ba297c31c33072de5fa9674ccaf847c --- Documentation/user-request-tracing.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/user-request-tracing.txt b/Documentation/user-request-tracing.txt index 1123775a2f..e684b85581 100644 --- a/Documentation/user-request-tracing.txt +++ b/Documentation/user-request-tracing.txt @@ -87,8 +87,7 @@ The best way to search for auto-retries in logs is to do a grep by `AutoRetry`. For each auto-retry that happened this should match 1 or 2 log entries: -* one `ERROR` log entry with the exception that triggered the - auto-retry +* one `FINE` log entry with the exception that triggered the auto-retry * one `FINE` log entry with the exception that happened on auto-retry (if this log entry is not present the operation succeeded on auto-retry)