You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make my application aware of the new variable $request_id, so I can use it in the logs and improve traceability.
I've tried to pass it in the enviroment section of the application, but njs templates does not seem to work there.
Hi,
I'm trying to make my application aware of the new variable
$request_id, so I can use it in the logs and improve traceability.I've tried to pass it in the
enviromentsection of theapplication, but njs templates does not seem to work there.How could I achieve it?
Thanks in advance.