Commit 160b9d9
Change logger identifier from 'utils' to 'sdk-test-utils' for clarity (#3315)
## Summary
Addresses feedback on PR #3309 to use a more specific logger identifier
in test utilities, avoiding ambiguity with the source file's logger.
## Changes
- Changed logger identifier from `'utils'` to `'sdk-test-utils'` in
`packages/sdk/test/test-utils/utils.ts`
This prevents confusion in logs between the test utilities logger and
the identically-named logger in `packages/sdk/src/utils/utils.ts`.
## Checklist before requesting a review
- [ ] Is this a breaking change? If it is, be clear in summary.
- [x] Read through code myself one more time.
- [x] Make sure any and all `TODO` comments left behind are meant to be
left in.
- [x] Has reasonable passing test coverage?
- [ ] Updated changelog if applicable.
- [ ] Updated documentation if applicable.
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: mondoreale <[email protected]>1 parent c21557f commit 160b9d9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments