Enable debug mode without logging every action

I want to enable debug mode to see an HTTP error in production, but if I enable it it’s going to slow down the app and fill the server logs due to writing every step into console (there’s a Repeat that’s going to repeat a lot)

Is there a way to see the error in HTTP without actually making the whole app console log each step that gets executed?

I’m using NodeJS

Community Page
Last updated: