Skip to content

Commit 2add863

Browse files
rpanackalJonas-Isr
andauthored
Apply suggestions from code review
content improvment Co-authored-by: Jonas-Isr <[email protected]>
1 parent 598f64b commit 2add863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/adrs/006-logging-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Accepted
88

99
The AI SDK identified some challenges with debugging and problem resolution that can be addressed with better logging.
1010
Typically, users have to enable wire logs for troubleshooting which, along with helpful logs, surfaces a large volume of unrelated ones.
11-
Additionally, we identified the need to improve visibility into application progress to the user.
11+
Additionally, we identified the need to improve visibility into the application progress to the user.
1212

1313
Key drivers for this decision include:
1414

@@ -28,7 +28,7 @@ This approach mandates descriptive, human-readable logs with structured request
2828

2929
- **Do not log sensitive information.**
3030
Never log full request or response bodies.
31-
Ensure that personally identifiable or confidential datasuch as names, IDs, tokens, or payload contentis always excluded from logs.
31+
Ensure that personally identifiable or confidential datasuch as names, IDs, tokens, or payload contentis always excluded from logs.
3232

3333
- **Write concise and relevant logs.**
3434
Every log must convey meaningful information.

0 commit comments

Comments
 (0)