async-logging
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -92,5 +92,5 @@ 'use strict'; | ||
'msg': c.msg, | ||
'duration': c.duration | ||
//not timestamp | ||
}); | ||
'duration': c.duration, | ||
'status': c.status | ||
});//https://jirap.corp.ebay.com/browse/POLYGLOT-337 | ||
} | ||
@@ -189,4 +189,4 @@ return memoize; | ||
'duration': mapped.duration || Date.now() - transaction.timestamp, | ||
'status': mapped.status | ||
}); | ||
'status': mapped.status || '-1' | ||
});//indicate it's incomplete | ||
@@ -193,0 +193,0 @@ if(validateTree(transaction.family, transaction)){ |
{ | ||
"author": "cubejs", | ||
"name": "async-logging", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "0.1.6 is the same as 0.2.2 just to get around ebay-logging-client vs. async-logging-client change", | ||
@@ -6,0 +6,0 @@ "repository": { |
34225