We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wrangler
n/a
No response
mac
running WRANGLER_LOG=debug npx wrangler dev does not show the same logs as npx wrangler dev --log-level=debug
WRANGLER_LOG=debug npx wrangler dev
npx wrangler dev --log-level=debug
this is because the log-level arg has a default, which overrides the env variable.
This can be fixed by removing the default from yargs options but then that breaks tests that use runWranglerUntilConfig for some reason.
The text was updated successfully, but these errors were encountered:
emily-shen
No branches or pull requests
Which Cloudflare product(s) does this pertain to?
Wrangler
What version(s) of the tool(s) are you using?
n/a
What version of Node are you using?
No response
What operating system and version are you using?
mac
Describe the Bug
running
WRANGLER_LOG=debug npx wrangler dev
does not show the same logs asnpx wrangler dev --log-level=debug
this is because the log-level arg has a default, which overrides the env variable.
This can be fixed by removing the default from yargs options but then that breaks tests that use runWranglerUntilConfig for some reason.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: