You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally reported this on the original wrangler repo first: #2615
A kind of warning/link to the wrangler2 repo might be nice there :)
My actual issue:
I want to use r2 and d1 in scripts with wrangler. Wrangler already has a nice json output (when redirecting stdout), but it also prints spammy lines before that output:
I have now tested WRANGLER_LOG, with level log it still includes the messages with emoji when piping, on info and lower it does not output anything when piping.
On level info when not piping it correctly outputs just the table.
So if the piping behavior would be fixed this would be a solution 👍
In my search for a --quiet CLI option for deploy, I stumbled across WRANGLER_LOG, which is helpful... but any chance there's a way to silence the 🌎 Uploading... (#/#) message? It's output even for none and error which seems odd.
Describe the solution
I accidentally reported this on the original wrangler repo first: #2615
A kind of warning/link to the wrangler2 repo might be nice there :)
My actual issue:
I want to use r2 and d1 in scripts with wrangler. Wrangler already has a nice json output (when redirecting stdout), but it also prints spammy lines before that output:
The command I ran was
NO_D1_WARNING=true wrangler d1 execute test_db --command='SELECT * FROM test_table
I would like a quiet mode for wrangler that suppresses the lines before the json output.
Describe the alternatives
Those first few lines could be printed to stderr instead of to stdout.
The text was updated successfully, but these errors were encountered: