Skip to content

Commit 06ec449

Browse files
author
Sebastian Lagemann
committed
fixing FOSSA & Travis integration
change Github repo in package.json since previous repository seems to be unattended pushing version to 2.0.5
1 parent 728b693 commit 06ec449

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
log4js-logstash-tcp
22
===============
3-
[![Build Status](https://travis-ci.org/Aigent/log4js-logstash-tcp.svg?branch=master)](https://travis-ci.org/Aigent/log4js-logstash-tcp)
4-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp?ref=badge_shield)
3+
[![Build Status](https://app.travis-ci.com/Degola/log4js-logstash-tcp.svg?branch=master)](https://app.travis-ci.com/Degola/log4js-logstash-tcp)
4+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp?ref=badge_shield)
55

66
This is a copy of the logstashUDP appender but instead sending via UDP send via TCP to avoid the maximum 64k bytes message size with the logstashUDP appender
77

@@ -61,4 +61,4 @@ Plain javascript
6161

6262

6363
## License
64-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp?ref=badge_large)
64+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FAigent%2Flog4js-logstash-tcp?ref=badge_large)

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "log4js-logstash-tcp",
3-
"version": "2.0.4",
4-
"author": "Aigent B.V.",
3+
"version": "2.0.5",
4+
"author": "Sebastian Lagemann <[email protected]> (https://slab.rocks)",
55
"description": "This is a copy of the logstashUDP appender but instead sending via UDP send via TCP to avoid the maximum 64k bytes message size with the logstashUDP appender.",
66
"keywords": [
77
"logstash",
@@ -17,6 +17,10 @@
1717
"name": "Sebastian Lagemann",
1818
"email": "[email protected]",
1919
"url": "https://slab.rocks"
20+
},
21+
{
22+
"name": "Lam Wei Li",
23+
"url": "https://github.com/lamweili"
2024
}
2125
],
2226
"licenses": [
@@ -27,7 +31,7 @@
2731
],
2832
"repository": {
2933
"type": "git",
30-
"url": "https://github.com/Aigent/log4js-logstash-tcp.git"
34+
"url": "https://github.com/Degola/log4js-logstash-tcp"
3135
},
3236
"devDependencies": {
3337
"jest": "^29.5.0",

0 commit comments

Comments
 (0)