Skip to content

Commit db27087

Browse files
author
Liudmila Molkova
authored
Fix indentation in OTEP 4333 note section
1 parent f5d5691 commit db27087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oteps/4333-recording-exceptions-on-logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ this OTEP proposes to record exception stack traces on logs with `Error` or high
6666
2. Instrumentations for incoming requests, message processing, background job execution, or others that wrap user code and usually create local root spans, should record logs
6767
for unhandled exceptions with `Error` severity.
6868

69-
> [!NOTE]
70-
>
71-
> Only top-level instrumentations (native and non-native) should record exceptions at `Error` (or higher) severity.
69+
> [!NOTE]
70+
>
71+
> Only top-level instrumentations (native and non-native) should record exceptions at `Error` (or higher) severity.
7272
7373
Some runtimes provide global exception handler that can be used to log exceptions.
7474
Priority should be given to the instrumentation point where the operation context is available.

0 commit comments

Comments
 (0)