We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16be1c commit 652a5c5Copy full SHA for 652a5c5
packages/metrics/src/types/Metrics.ts
@@ -66,7 +66,7 @@ type MetricsOptions = {
66
* If not provided, debug messages will be suppressed, and warning and error messages will be sent to stdout.
67
*
68
* 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.
+ * to avoid compatibility issues with custom loggers.
70
*/
71
logger?: GenericLogger;
72
};
0 commit comments