Skip to content

Commit 4cac4ee

Browse files
committed
Add Test! log
1 parent a85273b commit 4cac4ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/websockets/websocket-action.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const onPrompt = async (
148148

149149
if (prompt) {
150150
logger.info({ prompt }, `USER INPUT: ${prompt.slice(0, 100)}`)
151+
logger.info({ prompt }, `TEST! USER INPUT: ${prompt.slice(0, 100)}`)
151152
trackEvent(AnalyticsEvent.USER_INPUT, userId, {
152153
prompt,
153154
promptId,

0 commit comments

Comments
 (0)