Log failed webhook calls if "N8N DISABLE PRODUCTION MAIN PROCESS" = true

Currently, if the env variable N8N_DISABLE_PRODUCTION_MAIN_PROCESS=true, no information is given why production webhooks fail, if they are called. Not even if logging level is “debug”.

This caused headache at least for me and these people: Webhook error 404 - #11 by danny

A solution would be to log these failed webhook requests with a short explanation that they failed, because N8N_DISABLE_PRODUCTION_MAIN_PROCESS=true

Hi @petersill, welcome to the community!

I am a big fan of additional logging, so have voted for this request. Make sure to leave a vote yourself as well to make it count :slight_smile: