Hi, I want to read error logs, and based on the error I want to know the user ID and Query ID in which the error has occurred and want to get alerts to resolve the errors.
really good idea, we're thinking about doing Make Metabase generate "events" to easily integrate with external applications · Issue #23186 · metabase/metabase · GitHub, but this issue is simple to do: simply read the logs and if there's an error just push it along the user ID to a webhook
Hi @Luiggi Metabase logs does not give exact user ID and query ID that we can extract from the logs