Skip to content

Commit

Permalink
Fix indentation in OTEP 4333 note section
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Jan 3, 2025
1 parent f5d5691 commit db27087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oteps/4333-recording-exceptions-on-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ this OTEP proposes to record exception stack traces on logs with `Error` or high
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
for unhandled exceptions with `Error` severity.

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

0 comments on commit db27087

Please sign in to comment.