diff --git a/consumers/src/Database/PostgreSQL/Consumers/Components.hs b/consumers/src/Database/PostgreSQL/Consumers/Components.hs index d8b72c8..bb7d957 100644 --- a/consumers/src/Database/PostgreSQL/Consumers/Components.hs +++ b/consumers/src/Database/PostgreSQL/Consumers/Components.hs @@ -127,7 +127,7 @@ runConsumerWithMaybeIdleSignal cc0 cs mIdleSignal { ccOnException = \ex job -> localData (ccJobLogData cc0 job) $ do let doOnException = do action <- ccOnException cc0 ex job - logInfo "Unexpected exception caught while processing job" $ + logAttention "Unexpected exception caught while processing job" $ object [ "exception" .= show ex , "action" .= show action