Skip to content

Commit

Permalink
Readme lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Feb 1, 2024
1 parent ca07f95 commit d4a84c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Log sending can be disabled with the `disableLogSending: true` option. Log sendi
npm install --save @opentelemetry/winston-transport
```


### Log correlation

Winston logger calls in the context of a tracing span will have fields
Expand Down
3 changes: 0 additions & 3 deletions plugins/node/opentelemetry-winston-transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ npm install --save @opentelemetry/winston-transport

## Usage


This package exports the Winston transport class that is used to send records to the
OpenTelemetry Logs SDK. It can be used directly when configuring a Winston logger
For example:
Expand Down Expand Up @@ -48,12 +47,10 @@ const logger = winston.createLogger({
});
```


### Supported versions

`3.x`


## Useful links

* For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down

0 comments on commit d4a84c4

Please sign in to comment.