Hello!
Can someone explain why in Bitbucket access log we have two entries while it is one git clone operation context?
127.0.0.1| ssh | i@1XF09QXx808x25354x1 | user | 2023-07-19 13:28:36,784 | SSH - git-upload-pack '~user/test-service-_programs.git' | "SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.3" | - | - | - | - | - | 1isq3vc |
127.0.0.1| ssh | o@1XF09QXx808x25354x1 | user | 2023-07-19 13:28:36,921 | SSH - git-upload-pack '~user/test-service-_programs.git' | "SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.3" | 0 | 207 | 221263| cache:hit, clone, protocol:1, ssh:user:id:19057 | 136 | 1isq3vc |
Hi,
The first line is written when the request is received, the second one when the request has been handled.
You can read more at https://confluence.atlassian.com/bitbucketserverkb/how-to-read-the-bitbucket-server-log-formats-779171668.html
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.