Next.js Discord

Discord Forum

Is there a way to remove HTTP logs in dev?

Unanswered
Happy champ posted this in #help-forum
Open in Discord
Currently we use polling on client side with server actions and it results in a lot of logs on the server side.

Is there a way to turn this off?

POST /control 200 in 26ms
POST /control 200 in 26ms
POST /control 200 in 61ms

2 Replies

If yer polling dev, its just what you gotta deal with. I think turbo has a little bit less verbosity?
If your running it as a service on linux, you could do some stuff to the output file to delete all of those systematically.