Persistent Logging From Rules

We sometimes face failures in our Rules processing during login, and would like to log that. However, console.log from the Rules writes to the Real-time Webtask Logs Extension, which only works if you have it open and the user logs in while we are looking it, something like a live debugging.

Is there an extension or a component which can take our log messages during Rules processing and persist them in regular Auth0 logs, or some other long term persistence?

The only option would be to call an external logging server from the rule to log errors for monitoring purposes.

You can take a look to the Tracks Logins/SignUps with Splunk rule template to see how this would work.