Non verbose proxy
See original GitHub issueIs there a way to launch the wrangler pages dev
proxy in a way that doesn’t log every single GET request? I would like it to show only console logs from the worker code during development.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Desperately need some sort of verbose proxy - Meteor forums
I need some sort of simple proxy server software that can act as a go-between for an API endpoint, so that I can...
Read more >How to suppress proxychains message - proxy - Stack Overflow
Use sed to cut off first line proxychains | sed -n '2,$p'. or upgrade to proxychain4 proxychains -q.
Read more >Tinyproxy
Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems. Designed from the ground up to be fast and yet small, it...
Read more >HTTP proxy - Everything curl
Non -HTTP protocols over an HTTP proxy ... An "HTTP proxy" means the proxy itself speaks HTTP. HTTP proxies are primarily used to...
Read more >Options - mitmproxy docs
Name Type Description
# allow_hosts mitmproxy mitmdump mitmweb sequence of str Opposite of ‑‑ignore‑hosts...
# client_replay mitmproxy mitmdump mitmweb sequence of str Replay client requests...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m on it 😁
We still need to add a flag @JacobMGEvans - but the miniflare-cli now disables logging if
logLevel === "none"
in api/dev.tsx I call
startDev
withlogLevel: "none",
to disable miniflare’s route logging.