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
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
bug #1079 Use localhost for the server log handler. (ChadSikorra)
This PR was merged into the 3.3 branch.
Discussion
----------
Use localhost for the server log handler.
See: #1077. Had to create this new PR to target 3.3 specifically.
This is to set the server log handler hostname to something that's resolvable under both Linux and Windows. I'm not sure if this should stick to localhost or 127.0.0.1 (which is used elsewhere, such as the defaults in the parameters file). Being set to 0 on Windows causes a DNS timeout in `stream_socket_client` which there doesn't seem to be any control over.
Commits
-------
8c680c7 Use localhost for the server log handler.
0 commit comments