Skip to content

Commit

Permalink
fixing FOSSA & Travis integration
Browse files Browse the repository at this point in the history
change Github repo in package.json since previous repository seems to be unattended
pushing version to 2.0.5
  • Loading branch information
Sebastian Lagemann committed Apr 21, 2023
1 parent 728b693 commit 06ec449
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
log4js-logstash-tcp
===============
[![Build Status](https://travis-ci.org/Aigent/log4js-logstash-tcp.svg?branch=master)](https://travis-ci.org/Aigent/log4js-logstash-tcp)
[![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)
[![Build Status](https://app.travis-ci.com/Degola/log4js-logstash-tcp.svg?branch=master)](https://app.travis-ci.com/Degola/log4js-logstash-tcp)
[![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)

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

Expand Down Expand Up @@ -61,4 +61,4 @@ Plain javascript


## License
[![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)
[![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)
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "log4js-logstash-tcp",
"version": "2.0.4",
"author": "Aigent B.V.",
"version": "2.0.5",
"author": "Sebastian Lagemann <sebastian@slab.rocks> (https://slab.rocks)",
"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.",
"keywords": [
"logstash",
Expand All @@ -17,6 +17,10 @@
"name": "Sebastian Lagemann",
"email": "sebastian@slab.rocks",
"url": "https://slab.rocks"
},
{
"name": "Lam Wei Li",
"url": "https://github.com/lamweili"
}
],
"licenses": [
Expand All @@ -27,7 +31,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Aigent/log4js-logstash-tcp.git"
"url": "https://github.com/Degola/log4js-logstash-tcp"
},
"devDependencies": {
"jest": "^29.5.0",
Expand Down

0 comments on commit 06ec449

Please sign in to comment.