Skip to content

Commit bedea1a

Browse files
authored
Update plugins/node/opentelemetry-instrumentation-winston/README.md
1 parent 0cc7305 commit bedea1a

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-winston

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-winston/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const logger = winston.createLogger({
139139
```
140140

141141
> [!IMPORTANT]
142-
> Logs will be **duplicated** if `OpenTelemetryTransportV3` is explicitly added as a Winston logger transport **and** `@opentelemetry/instrumentation-winston` is active with the [Log sending](#log-sending) feature (the default). If you are both using `OpenTelemetryTransportV3` and instrumentation-winston, be sure to either disable instrumentation-winston completely, or disable its Log sending feature (`disableLogSending: false`). For examle:
142+
> Logs will be **duplicated** if `OpenTelemetryTransportV3` is explicitly added as a Winston logger transport **and** `@opentelemetry/instrumentation-winston` is active with the [Log sending](#log-sending) feature (the default). If you are both using `OpenTelemetryTransportV3` and instrumentation-winston, be sure to either disable instrumentation-winston completely, or disable its Log sending feature (`disableLogSending: false`). For example:
143143
>
144144
> ```js
145145
> const { WinstonInstrumentation } = require('@opentelemetry/instrumentation-winston');

0 commit comments

Comments
 (0)