Elukey has submitted this change and it was merged. 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(-) Approvals: Elukey: Looks good to me, approved Ema: Looks good to me, but someone else must approve jenkins-bot: Verified 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: merged Gerrit-Change-Id: I78a16f7b189be7cf7c62c920738877b894e3e7a1 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet/varnishkafka Gerrit-Branch: master Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Ema <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
