 Issue 5671492293492736:
  Issue 2611 - Log ABP-Notification-Version response header  (Closed)
    
  
    Issue 5671492293492736:
  Issue 2611 - Log ABP-Notification-Version response header  (Closed) 
  | Index: modules/notificationserver/templates/global.conf.erb | 
| =================================================================== | 
| --- a/modules/notificationserver/templates/global.conf.erb | 
| +++ b/modules/notificationserver/templates/global.conf.erb | 
| @@ -4,3 +4,10 @@ | 
| { | 
| ~(?<1>-.*) $1; | 
| } | 
| + | 
| +log_format notification '$remote_addr - $remote_user [$time_local] "$request" ' | 
| + '$status $bytes_sent "$http_referer" ' | 
| + '"$http_user_agent" "$http_x_forwarded_for" $scheme ' | 
| + '"$http_accept_language" "$http_host" ' | 
| + '"$http_x_client_id" ' | 
| + '$sent_http_abp_notification_version'; | 
| 
mathias
2015/06/09 12:56:11
What is $sent_http_abp_notification_version?
 
Felix Dahlke
2015/06/09 12:58:40
From: http://nginx.org/en/docs/http/ngx_http_log_m
 |