Elukey has uploaded a new change for review. https://gerrit.wikimedia.org/r/280651
Change subject: Remove unused feature in varnishkafka for Varnish 4 ...................................................................... Remove unused feature in varnishkafka for Varnish 4 Bug: T124278 Change-Id: I78a16f7b189be7cf7c62c920738877b894e3e7a1 --- M templates/varnishkafka_v4.conf.erb 1 file changed, 0 insertions(+), 12 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/varnishkafka refs/changes/51/280651/1 diff --git a/templates/varnishkafka_v4.conf.erb b/templates/varnishkafka_v4.conf.erb index 4288946..b12183b 100644 --- a/templates/varnishkafka_v4.conf.erb +++ b/templates/varnishkafka_v4.conf.erb @@ -130,18 +130,6 @@ # Defaults to 4096 bytes. logline.scratch.size = <%= @logline_scratch_size %> -# EXPERIMENTAL -# log.data.copy indicates if the log tag data read from VSL files should be copied -# instantly when read (true). If this is set to false the data is assumed to be -# persistent (for the duration of collecting and formatting a single request) -# and no copies will be made, thus improving performance. -# -# NOTE: -# Must be set to true for offline files (-r file..) due to the way -# libvarnishapi reads its data. -logline.data.copy = <%= @logline_data_copy %> - - # # varnishkafka log messages configuration # Debugging, error reporting, etc, not to be confused with varnish logs. -- To view, visit https://gerrit.wikimedia.org/r/280651 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I78a16f7b189be7cf7c62c920738877b894e3e7a1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet/varnishkafka Gerrit-Branch: master Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
