Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/notificationserver/manifests/init.pp

Issue 5671492293492736: Issue 2611 - Log ABP-Notification-Version response header (Closed)
Patch Set: Created June 9, 2015, 12:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/notificationserver/manifests/init.pp
===================================================================
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -50,6 +50,7 @@
is_default => $is_default,
certificate => 'easylist-downloads.adblockplus.org_sslcert.pem',
private_key => 'easylist-downloads.adblockplus.org_sslcert.key',
- log => 'access_log_notification'
+ log => 'access_log_notification',
+ log_format => 'notification',
}
}

Powered by Google App Engine
This is Rietveld