CLDSRV-899: Log replication events in server access logs#6164
CLDSRV-899: Log replication events in server access logs#6164dvasilas wants to merge 2 commits intodevelopment/9.2from
Conversation
Replication writes via the backbeat putData route are now visible in bucket server access logs with operation = REST.PUT.OBJECT.
Hello dvasilas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
LGTM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 2 files with indirect coverage changes @@ Coverage Diff @@
## development/9.2 #6164 +/- ##
===================================================
- Coverage 84.50% 84.43% -0.08%
===================================================
Files 204 204
Lines 13180 13189 +9
===================================================
- Hits 11138 11136 -2
- Misses 2042 2053 +11
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Replication writes via the backbeat
putDataroute are now visible inthe destination bucket's server access logs.
Reads from the source bucket are already logged as
REST.GET.OBJECT.