Skip to content

Commit 652a5c5

Browse files
committed
docs: improve docstring
1 parent d16be1c commit 652a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/metrics/src/types/Metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type MetricsOptions = {
6666
* If not provided, debug messages will be suppressed, and warning and error messages will be sent to stdout.
6767
*
6868
* Note that EMF metrics are always sent directly to stdout, regardless of the logger
69-
* to avoid any potential side effects from using a custom logger.
69+
* to avoid compatibility issues with custom loggers.
7070
*/
7171
logger?: GenericLogger;
7272
};

0 commit comments

Comments
 (0)