Log Streaming adding headers for environment identification

Hi,

We have multiple environments with different instances of N8N and I want to identify from which environment/instance the logs are coming from.

In the webhook Endpoint, there’s an option to add a query parameters or header that from my understanding should do what I want, but it doesn’t seem to add those key pair values to the logs.

I’ve tried a few different ways using JSON or “Using Fields Below” and adding the name like “environment” and value “dev” for instance. I don’t see these being added in the logs.

What’s the best way to achieve that ? Has anyone been able to do something similar ?

The current version we are using is 2.9.3

Thank you