Hello all, I have installed GitLab 7.14.3 on centos 7 server.
After I successfully cloned a repository(from git bash command line), I open the production.log trying to find the service record.
However, I can only find logs such as:
Started GET “/OT/test10” for 192.168.16.213 at 2016-03-04 04:21:11 +0800 Processing by ProjectsController#show as HTML Parameters: {“namespace_id”=>“OT”, “id”=>“test10”}
and, cannot find the log such as:
Started GET “/OT/test10.git/info/refs?service=git-upload-pack” for 192.168.16.213
That’s, all git command(clone, pull, push) cannot be recorded in production.log.
Can anyone kindly help me to solve the problem? because I need to read the log to monitor all git access.