Skip to content

Commit

Permalink
DOC: fix readme spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 30, 2021
1 parent 4762df4 commit 3993308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SenseLogs is a simple, flexible, dynamic, blazing fast log library designed excl

While there are many other good logging libraries that claim to be fast, they were not designed `for` serverless and so are bigger and slower than necessary.

Furthermore, serverless apps have special requirments like minimizing cold-start time, dynamic log filtering control without redploying and being able to capture detailed context and request information without modifying your functions.
Furthermore, serverless apps have special requirements like minimizing cold-start time, dynamic log filtering control without redeploying and being able to capture detailed context and request information without modifying your functions.

SenseLogs is designed to do this, simply and elegantly.

Expand Down Expand Up @@ -86,7 +86,7 @@ log.emit('custom-channel', 'My custom channel')

### Benchmarks

Because SenseLogs was designed exclusively for serverless, it does not carry unnecesary enterprise logging burdens and is blazing fast for serverless logging tasks.
Because SenseLogs was designed exclusively for serverless, it does not carry unnecessary enterprise logging burdens and is blazing fast for serverless logging tasks.

Here are the results of benchmarks against the self-claimed fastest logger [Pino](https://github.com/pinojs/pino).

Expand Down Expand Up @@ -208,7 +208,7 @@ Child instances can be created to any desired depth. i.e. a child can be created

### Dynamic Logging and Environment Variables

SenseLogs filtering can be dynamically controlled by calling addFilter/setFilter or by setting environment varibles for Lambda functions.
SenseLogs filtering can be dynamically controlled by calling addFilter/setFilter or by setting environment variables for Lambda functions.

SenseDeep keeps three log filter sets:

Expand Down

0 comments on commit 3993308

Please sign in to comment.