Comparing version 1.7.0 to 1.8.0
@@ -176,3 +176,4 @@ 'use strict'; | ||
received: request.info.received, | ||
elapsed: now - request.info.received | ||
elapsed: now - request.info.received, | ||
remoteIP: request.headers['x-forwarded-for'] | ||
}; | ||
@@ -179,0 +180,0 @@ } |
{ | ||
"name": "bananas", | ||
"description": "Minimal Loggly hapi plugin", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/bananas", |
@@ -78,3 +78,4 @@ 'use strict'; | ||
host: Os.hostname(), | ||
tags: ['bananas', 'initialized'] | ||
tags: ['bananas', 'initialized'], | ||
env: JSON.parse(JSON.stringify(process.env)) | ||
}, | ||
@@ -449,3 +450,4 @@ { | ||
host: Os.hostname(), | ||
tags: ['bananas', 'initialized'] | ||
tags: ['bananas', 'initialized'], | ||
env: JSON.parse(JSON.stringify(process.env)) | ||
}, | ||
@@ -506,3 +508,4 @@ { | ||
host: Os.hostname(), | ||
tags: ['bananas', 'initialized'] | ||
tags: ['bananas', 'initialized'], | ||
env: JSON.parse(JSON.stringify(process.env)) | ||
}, | ||
@@ -509,0 +512,0 @@ { |
548
22774
5