Skip to content

Commit 800a42b

Browse files
committed
use info instead
1 parent 64a9ce0 commit 800a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/default-event-dispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function newDefaultEventDispatcher(
136136
const sdkKeyDecoder = new SdkKeyDecoder();
137137
const ingestionUrl = sdkKeyDecoder.decodeEventIngestionHostName(sdkKey);
138138
if (!ingestionUrl) {
139-
logger.warn(
139+
logger.info(
140140
'Unable to parse Event ingestion URL from SDK key, falling back to no-op event dispatcher',
141141
);
142142
return new NoOpEventDispatcher();

0 commit comments

Comments
 (0)