Comparing version 0.6.0 to 0.6.1
@@ -27,3 +27,3 @@ /** | ||
magicBytes: [0x1e, 0x0f], | ||
chunkMaxCount: 128, | ||
chunkMaxCount: 20, // 32766 is the default maximum | ||
chunkMaxLength: { | ||
@@ -30,0 +30,0 @@ udp4: 1388, // 1428 - 20 - 8 - 12 (@see [1]) |
{ | ||
"name": "gelf-pro", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"main": "./lib/gelf-pro.js", | ||
@@ -5,0 +5,0 @@ "author": "Kanstantsin Kamkou <kkamkou@gmail.com>", |
@@ -7,2 +7,4 @@ node-gelf pro | ||
[![Coverage Status](https://coveralls.io/repos/github/kkamkou/node-gelf-pro/badge.svg?branch=master)](https://coveralls.io/github/kkamkou/node-gelf-pro?branch=master) | ||
[![Code Climate](https://codeclimate.com/github/kkamkou/node-gelf-pro/badges/gpa.svg)](https://codeclimate.com/github/kkamkou/node-gelf-pro) | ||
[![Dependency Status](https://www.versioneye.com/user/projects/56eca2764fb9b0000e68bce1/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56eca2764fb9b0000e68bce1) | ||
@@ -55,3 +57,3 @@ ## Installation | ||
```javascript | ||
log.message( | ||
log.info( | ||
'a new msg goes here', | ||
@@ -58,0 +60,0 @@ {me: {fname: 'k', lname: 'k', bdate: new Date(2000, 01, 01)}} |
Sorry, the diff of this file is not supported yet
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
26315
15
132