Skip to content

Commit

Permalink
Append name (#51)
Browse files Browse the repository at this point in the history
* Trouble shooting options

* Added types/node to package

* Update npm version

* Append name property
  • Loading branch information
ronish31 authored Jul 18, 2021
1 parent bd16175 commit 125f0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/winston-logzio.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = class LogzioWinstonTransport extends Transport {
info,
msg, {
level: info[LEVEL] || this.level,
name: this.name,
});

this.logzioLogger.log(logObject);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winston-logzio",
"description": "A winston transport wrapper for logzio",
"version": "5.1.2",
"version": "5.1.3",
"author": "Gilly Barr <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 125f0f8

Please sign in to comment.