| 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', | 
| } | 
| } | 
|  |