question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Non verbose proxy

See original GitHub issue

Is 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JacobMGEvanscommented, Sep 9, 2022

I’m on it 😁

1reaction
rozenmdcommented, Sep 9, 2022

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 with logLevel: "none", to disable miniflare’s route logging.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found