Functions stopped logging in dashboard [Logging]

I have two netlify functions - one called deploy-succeeded (event based) and one called update-dato.

Both functions work fine when using netlify-lambda serve, but both have stopped logging their output when pushed to production. This is a problem, since update-dato gives me a 500 whenever I try to call it, and I get no response on why it doesn’t work.

Today we shipped our function logging improvements and I think that “stuck” logs should work better now, though I am still not sure about event triggered functions - the other one that was just stuck (update-dato) will hopefully have better logging now.