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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-22 17:45:50 +0300
committerStan Hu <stanhu@gmail.com>2019-01-22 17:45:50 +0300
commit39348adbc982d2058cf5e2bcb954b2c0eb76cd19 (patch)
tree357a4a35c8924ca278985b2baf45eea146720775 /changelogs
parenta5fb45adcebf84b555e180bf3ec896f73cbaa89c (diff)
parent9d2be75674c5d073bc8020a4ace1b7bff5bb16fb (diff)
Merge branch '56547-limit-sidekiq-logging-based-on-argument-size' into 'master'
Resolve "Limit sidekiq logging based on argument size" Closes #56547 See merge request gitlab-org/gitlab-ce!24493
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/56547-limit-sidekiq-logging-based-on-argument-size.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/56547-limit-sidekiq-logging-based-on-argument-size.yml b/changelogs/unreleased/56547-limit-sidekiq-logging-based-on-argument-size.yml
new file mode 100644
index 00000000000..9ef274f3b49
--- /dev/null
+++ b/changelogs/unreleased/56547-limit-sidekiq-logging-based-on-argument-size.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent Sidekiq arguments over 10 KB in size from being logged to JSON
+merge_request: 24493
+author:
+type: changed