Skip to content

Add logging for GitProtocol in SSH service requests

Patrick Steinhardt requested to merge ps-logging-git-protocol into master

This MR improves visibility of the GitProtocol field for incoming SSH requests for both the SSHUploadPack and SSHReceivePack services. I found this quite handy to debug how/if the GIT_PROTOCOL envvar gets passed around.

References: gitlab-shell#273 (closed)

Merge request reports