diff options
Diffstat (limited to 'internal/handler')
-rw-r--r-- | internal/handler/exec.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/handler/exec.go b/internal/handler/exec.go index d6e06aa..865dc5d 100644 --- a/internal/handler/exec.go +++ b/internal/handler/exec.go @@ -64,6 +64,8 @@ func (gc *GitalyCommand) LogExecution(repository *pb.Repository, response *acces "user_id": response.UserId, "username": response.Username, "git_protocol": protocol, + "gl_key_type": response.KeyType, + "gl_key_id": response.KeyId, } log.WithFields(fields).Info("executing git command") |