Gerrit request_log config option added.
Related change: https://gerrit.mcp.mirantis.com/#/c/44418/
Change-Id: I1d9f2aff209fdc787eb745ddab2b8dde0feb0c3d
Related-Prod: PROD-31292
diff --git a/docker/swarm/stack/gerrit.yml b/docker/swarm/stack/gerrit.yml
index 42af606..c164d75 100644
--- a/docker/swarm/stack/gerrit.yml
+++ b/docker/swarm/stack/gerrit.yml
@@ -11,6 +11,7 @@
gerrit_db_publish_port: 13306
gerrit_publish_port: 18083
gerrit_ssh_publish_port: 29417
+ gerrit_http_request_log: ""
docker:
client:
stack:
@@ -44,6 +45,7 @@
LDAP_PASSWORD: ${_param:gerrit_ldap_bind_password}
WEBURL: ${_param:gerrit_public_host}
HTTPD_LISTENURL: ${_param:gerrit_http_listen_url}
+ HTTPD_REQUESTLOG: ${_param:gerrit_http_request_log}
GERRIT_ADMIN_SSH_PUBLIC: ${_param:gerrit_admin_public_key}
GERRIT_ADMIN_PWD: ${_param:gerrit_admin_password}
GERRIT_ADMIN_EMAIL: ${_param:gerrit_admin_email}