Skip to content

Commit

Permalink
better tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
berewt committed Apr 1, 2023
1 parent 4aee1ef commit d27af5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion marconi-core/src/Marconi/Core/Experiment.hs
Expand Up @@ -282,8 +282,9 @@ startRunner chan tokens (Runner ix isRollback extractEvent tracer) = do
case me of
Nothing -> pure ()
Just (point, event) -> do
traceWith tracer (Issue event)
indexEvent point event
traceWith tracer (Issue event)
traceWith tracer (Process point)

handleRollback p = do
indexer <- STM.atomically $ STM.takeTMVar ix
Expand Down

0 comments on commit d27af5b

Please sign in to comment.