Skip to content

Commit

Permalink
add trace queue log
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Jan 13, 2023
1 parent 87c82ec commit cc8b55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/log-request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class LogRequestService {
await BlockFieldsService.redactBlockedFields(ctx, apiTraceObj)
await AuthenticationConfigService.setSessionMetadata(ctx, apiTraceObj)

mlog.debug("Pushed trace to redis queue")
await unsafeRedisClient.rpush(
TRACES_QUEUE,
JSON.stringify({
Expand Down

0 comments on commit cc8b55b

Please sign in to comment.