August 2019
Beginner
608 pages
16h 7m
English
You can use debugging tools that are available for Golang. But for starters, you can take a look at the log file.
For source installs, use this:
/home/git/gitaly/
For Omnibus installations, use this:
/var/log/gitlab/gitaly/current
The following is an example of a log line:
2018-09-26_13:23:40.57373 lrv162w2 gitaly: time="2018-09-26T13:23:40Z" level=info msg="finished streaming call" grpc.code=OK grpc.method=SSHUploadPack grpc.request.glRepository=project111111 grpc.request.repoPath=namespace/project-bl.git grpc.request.repoStorage=default grpc.request.topLevelGroup=hb-backend grpc.service=gitaly.SSHService grpc.time_ms=150 peer.address=@ span.kind=server system=grpc
You can see the log level is info and this is a log event ...
Read now
Unlock full access