Skip to content

Commit

Permalink
feat: log level
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Sep 30, 2024
1 parent da49052 commit fcb511a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-socket-server-next/src/analytics-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ app.post('/evt', async (_req, res) => {
? event.properties.url
: event.properties.title || uuidv4();
event.properties.dappId = newDappId;
logger.info(
logger.debug(
`event: ${event.event} - dappId missing - replacing with '${newDappId}'`,
event,
);
Expand Down

0 comments on commit fcb511a

Please sign in to comment.