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

Hi!
I stumbled upon the same situation.
I want to see errors details in webserver logs, but I don’t need to see info about all app actions.

Do you happen to find any solution or workaround?

Hi Nick, @nickneustroev

I haven’t found a workaround

I’ll flag the topic to have a moderator move this to feature requests

1 Like