Request tracing docs: Fix mentioned log level for AutoRetry logs

They are actually both on FINE level.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I6691de868ba297c31c33072de5fa9674ccaf847c
This commit is contained in:
Edwin Kempin 2019-12-18 08:41:21 +01:00
parent 96c56f5180
commit 6a81e4492c

View File

@ -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)