Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198084

Change subject: Use proper timestamp format in eventlogging varnishkafka 
messages
......................................................................

Use proper timestamp format in eventlogging varnishkafka messages

Change-Id: I7ec4865e58dd71931e3820f61c8e05ade44ad85e
---
M manifests/role/cache.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/198084/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index f564ce8..b702f38 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -605,7 +605,7 @@
         varnishkafka::instance { 'eventlogging':
             brokers           => $kafka_brokers,
             # Note that this format uses literal tab characters.
-            format            => '%q   %l      %n      %t      %h      
"%{User-agent}i"',
+            format            => '%q   %l      %n      %{%FT%T}        %h      
"%{User-agent}i"',
             format_type       => 'string',
             topic             => 'eventlogging-client-side',
             varnish_name      => $varnish_name,

-- 
To view, visit https://gerrit.wikimedia.org/r/198084
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ec4865e58dd71931e3820f61c8e05ade44ad85e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to