Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: more verbose request logging #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

conorsch
Copy link
Contributor

@conorsch conorsch commented Feb 13, 2025

When fetching external URLs, notably the Registry JSON, we want to see in the logs whether that's a cache hit or miss. Tweaking the logging config to allow just that.

Also includes some references to config options that we can only enable once we upgrade to NextJS v15. See relevant docs here: https://nextjs.org/docs/app/api-reference/config/next-config-js/logging

These changes were made while investigating #373. Given that it pertains to logging, also relevant to #352.

Example logs before

dex-logging-before

Example logs after

dex-logging-after

@conorsch conorsch requested a review from VanishMax February 13, 2025 19:35
@@ -17,6 +17,7 @@
jq
just
pnpm
nodejs_22
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change just ensures a compatible version of nodejs is included in the nix dev env, which I use to manage the tooling locally.

When fetching external URLs, notably the Registry JSON, we want to see
in the logs whether that's a cache hit or miss. Tweaking the logging
config to allow just that.

Also includes some references to config options that we can only enable
once we upgrade to NextJS v15.
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.

2 participants