Skip to content

Commit

Permalink
Add Logging of job
Browse files Browse the repository at this point in the history
  • Loading branch information
onee-only committed Jul 16, 2024
1 parent be851d8 commit cf9105c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ func (s *Server) Run(ctx context.Context) error {
continue
}

s.log.Info("polled job", zap.Any("job", received))

submissionID := received.Submission.ID

s.log.Info("polled job", zap.String("submissionID", submissionID.String()))
Expand Down

0 comments on commit cf9105c

Please sign in to comment.