From 1a07caf0995f6c8276419db75538c22eb75adc88 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Wed, 4 Jan 2023 17:06:51 +1100 Subject: [PATCH] attributes: document default level for `err` --- tracing-attributes/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracing-attributes/src/lib.rs b/tracing-attributes/src/lib.rs index 51e94f80e3..4b92520deb 100644 --- a/tracing-attributes/src/lib.rs +++ b/tracing-attributes/src/lib.rs @@ -270,6 +270,8 @@ mod expand; /// } /// ``` /// +/// The level of the error value event defaults to `ERROR`. +/// /// Similarly, overriding the level of the `err` event : /// /// ```