Simon Bettison
Simon Bettison
I am also facing this issue e.g inspection the payload I can see :exception=>["ActiveRecord::RecordNotFound", "Couldn't find Upload with 'id'=318375"] :exception_object is not set.
looks like lib/lograge/log_subscribers/base.rb might be the place to fix it: ``` def extract_status(payload) if (status = payload[:status]) { status: status.to_i } elsif (error = payload[:exception]) exception, message = error {...
Kind of working, but only because I have `restart: always` in my docker-compose.yml fails several times during startup, then eventually works: (MacOS 12.5.1 (Intel), Docker Desktop 4.13.1) ``` postgres-db-1 |...