Hello
I need to check the history of commands used by “git clone”, “git push”, “git pull” and etc… to see who downloaded the source code.
I’ve checked the following files.
/var/log/gitlab/gitlab-rails/production_json.log
/var/log/gitlab/nginx/gitlab_access log
But there is no record of specific actions taken.
While working on “git clone”, even after reading through those files, only the log for ‘git-upload-pack’ is recorded.
Please tell me what I’m missing
Thanks