Ottomata has submitted this change and it was merged.

Change subject: Fixing packet_loss_log file on oxygen udp2log instance
......................................................................


Fixing packet_loss_log file on oxygen udp2log instance

Change-Id: I0e485795ca8c7e644f79e3c30660554c11c86b8a
---
M manifests/role/logging.pp
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/role/logging.pp b/manifests/role/logging.pp
index 5192dfb..d09aa12 100644
--- a/manifests/role/logging.pp
+++ b/manifests/role/logging.pp
@@ -273,8 +273,9 @@
        $webrequest_log_directory    = "$log_directory/webrequest"
 
        misc::udp2log::instance { 'oxygen':
-               multicast     => true,
-               log_directory => $webrequest_log_directory,
+               multicast       => true,
+               packet_loss_log => '/var/log/udp2log/packet-loss.log',
+               log_directory   => $webrequest_log_directory,
        }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e485795ca8c7e644f79e3c30660554c11c86b8a
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[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

Reply via email to