Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2020-11-01 09:37:43 +0300
committerStan Hu <stanhu@gmail.com>2020-11-08 07:49:03 +0300
commit7e51bcabba191d098de40cdbdcb3904d0d8a3d58 (patch)
tree0540d5e69d93926608a8becc8848f5c0cb4a245d /go.sum
parent3607cfccb573b16a63714539a982dbacc5179af7 (diff)
Log LFS smudge activity to gitaly_lfs_smudge.log
This commit improves the observabiilty of the Gitaly LFS smudge filter by writing JSON-formatted log messages into `gitaly_lfs_smudge.log`. For example: ``` { "content_length_bytes": 1277812, "correlation_id": "12345", "gl_repository": "project-206", "level": "info", "msg": "completed HTTP request", "oid": "943b4ffc85218949ba11e45e079d407124c28a36dd172af64450f592fe947761", "path": "/lfs?oid=943b4ffc85218949ba11e45e079d407124c28a36dd172af64450f592fe947761&gl_repository=project-206", "status_code": 200, "time": "2020-11-01T00:29:19-07:00" } ```
Diffstat (limited to 'go.sum')
0 files changed, 0 insertions, 0 deletions