Skip to content

Conversation

@jeremylongshore
Copy link

Summary

The jsr.io/@std/log URL in the README returns 404. This PR removes the broken link while preserving all other working logger examples (pino, winston, bunyan, consola, signale).

Test plan

  • Verified jsr.io/@std/log returns 404
  • Verified all other logger links return 200

🤖 Generated with Claude Code

The jsr.io/@std/log URL returns 404. Removed the broken link while
keeping all other working logger examples (pino, winston, bunyan,
consola, signale).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@jeremylongshore jeremylongshore requested a review from a team as a code owner January 4, 2026 04:25
Copy link

@felixfbecker felixfbecker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link works for me? https://jsr.io/@std/log

@jeremylongshore
Copy link
Author

Hi @felixfbecker! Thanks for reviewing.

I just re-checked and https://jsr.io/@std/log still returns 404 for me:

$ curl -sI "https://jsr.io/@std/log" | head -3
HTTP/2 404 
content-type: text/plain

The package might have been moved or renamed. The correct URL appears to be https://jsr.io/@std/log/doc (with /doc suffix) or it may have been consolidated into @std/.

Would you like me to:

  1. Update to use the correct URL if you know what it should be?
  2. Keep the removal since the documented link doesn't work?

Happy to adjust based on your preference!

@0xrdan
Copy link

0xrdan commented Jan 6, 2026

A more compelling reason to remove or adjust it can be found in the package's issue #6124 thread, which is linked in the url's page at "@std/log is likely to be removed in the future. Consider using Open Telemetry."

image

@felixfbecker
Copy link

It appears that it returns a different HTTP response when you use curl vs if you access the link in the browser

@felixfbecker
Copy link

@dtmeadows wdyt about @std/log in general considering the point on deprecation?

@RobertCraigie
Copy link
Collaborator

Some people are still relying on it denoland/std#6124 (comment), what's the benefit in removing the link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants