Skip to content

Commit 020c1ce

Browse files
authored
Merge pull request #43 from KyleRoss/all-contributors/add-tulsidas
2 parents 5f9ce66 + 162d069 commit 020c1ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
"contributions": [
8686
"bug"
8787
]
88+
},
89+
{
90+
"login": "tulsidas",
91+
"name": "AndresQ",
92+
"avatar_url": "https://avatars.githubusercontent.com/u/192908?v=4",
93+
"profile": "http://www.jengibre.com.ar",
94+
"contributions": [
95+
"ideas"
96+
]
8897
}
8998
],
9099
"contributorsPerLine": 7

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm](https://img.shields.io/npm/v/lambda-log.svg?style=for-the-badge)](https://www.npmjs.com/package/lambda-log) [![npm](https://img.shields.io/npm/dt/lambda-log.svg?style=for-the-badge)](https://www.npmjs.com/package/lambda-log) [![David](https://img.shields.io/david/KyleRoss/node-lambda-log.svg?style=for-the-badge)](https://david-dm.org/KyleRoss/node-lambda-log) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/KyleRoss/node-lambda-log/module?style=for-the-badge) [![Code Climate coverage](https://img.shields.io/codeclimate/coverage/KyleRoss/node-lambda-log?style=for-the-badge)](https://codeclimate.com/github/KyleRoss/node-lambda-log) [![license](https://img.shields.io/github/license/KyleRoss/node-lambda-log.svg?style=for-the-badge)](https://github.com/KyleRoss/node-lambda-log/blob/master/LICENSE) [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/KyleRoss/node-lambda-log?style=for-the-badge)](https://codeclimate.com/github/KyleRoss/node-lambda-log) [![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/KyleRoss/node-lambda-log?style=for-the-badge)](https://www.codefactor.io/repository/github/kyleross/node-lambda-log) [![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/lambda-log?style=for-the-badge)](https://snyk.io/advisor/npm-package/lambda-log)
44
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
66
<!-- ALL-CONTRIBUTORS-BADGE:END -->
77

88
A [Node.js package](https://www.npmjs.com/package/lambda-log) to facilitate and enforce logging standards from processes and applications running within Lambda Functions, various AWS Services, and wherever JSON logs are desired. Lambda Log formats your log messages as JSON for simple parsing and filtering within tools such as CloudWatch Logs. Supports **Node 10+**.
@@ -97,6 +97,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
9797
</tr>
9898
<tr>
9999
<td align="center"><a href="https://mineiros.io"><img src="https://avatars.githubusercontent.com/u/918717?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Marius Tolzmann</b></sub></a><br /><a href="https://github.com/KyleRoss/node-lambda-log/issues?q=author%3Amariux" title="Bug reports">🐛</a></td>
100+
<td align="center"><a href="http://www.jengibre.com.ar"><img src="https://avatars.githubusercontent.com/u/192908?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AndresQ</b></sub></a><br /><a href="#ideas-tulsidas" title="Ideas, Planning, & Feedback">🤔</a></td>
100101
</tr>
101102
</table>
102103

0 commit comments

Comments
 (0)