Use of push-peer-info
Posted: Tue Jan 21, 2020 12:48 pm
According to the documentation:
I have a few questions:
1. Will the client side log the UV_* vars/values?
2. Will the server side log the UV_* vars/values?
3. Does "client environment variables" refer to the --setenv param, or actual environment variables?
I'm attempting to add some env vars that the client can push to server as per documentation, however I wanted to check I'd see them in the logs (assuming I've set them correctly), and if they required use of --setenv.
Thanks!
Code: Select all
--push-peer-info
Push additional information about the client to server. The following data is always pushed to the server:
<..SNIP..>
When --push-peer-info is enabled the additional information consists of the following data:
UV_<name>=<value> -- client environment variables whose names start with "UV_"
1. Will the client side log the UV_* vars/values?
2. Will the server side log the UV_* vars/values?
3. Does "client environment variables" refer to the --setenv param, or actual environment variables?
I'm attempting to add some env vars that the client can push to server as per documentation, however I wanted to check I'd see them in the logs (assuming I've set them correctly), and if they required use of --setenv.
Thanks!