@itentialopensource/adapter-winston_syslog 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-winston_syslog",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "This adapter integrates with winston_syslog and sends logs to any syslog server.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "winston_syslog",
@@ -85,7 +85,8 @@
85
85
  "healthcheck_on_timeout": true,
86
86
  "return_raw": false,
87
87
  "archiving": false,
88
- "return_request": false
88
+ "return_request": false,
89
+ "keep_alive_interval": 0
89
90
  },
90
91
  "proxy": {
91
92
  "enabled": false,
@@ -263,4 +264,4 @@
263
264
  "brokers": [],
264
265
  "logLevel": "info",
265
266
  "timeout": 120000
266
- }
267
+ }