mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
feat(logs): log the token when we can't find team (#41378)
This commit is contained in:
@@ -114,7 +114,7 @@ export class LogsIngestionConsumer {
|
||||
|
||||
if (!team) {
|
||||
// Write to DLQ topic maybe?
|
||||
logger.error('team_not_found')
|
||||
logger.error('team_not_found', { token_with_no_team: token })
|
||||
logMessageDroppedCounter.inc({ reason: 'team_not_found' })
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user