Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "fable-log", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A simple logging wrapper.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable-Log.js", |
@@ -154,7 +154,7 @@ /** | ||
var libES = require('bunyan-elasticsearch'); | ||
var tmpIndex = pLogStreams[i].index || 'logs'; | ||
var tmpIndexPattern = pLogStreams[i].indexPattern || '[logs-]YYYY.MM.DD'; | ||
var tmpServer = pLogStreams[i].server || '127.0.0.1'; | ||
var tmpPort = pLogStreams[i].port || 9200; | ||
_ESStream = new libES({ | ||
index: tmpIndex, | ||
indexPattern: tmpIndexPattern, | ||
type: 'logs', | ||
@@ -161,0 +161,0 @@ host: tmpServer + ':' + tmpPort |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43238