You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it strikes me that a _enrichment_logs table which is optionally used would be extremely handy too.
Maybe there's a checkbox for "enable debug logging" on the configure form? Or maybe it's a setting you have to turn on in plugin configuration settings. Or maybe it should default to having logs turned on unless you turn them off?
The text was updated successfully, but these errors were encountered:
Another way logging could work is that instead of being persisted to the database it could go to an in-memory storage of some sort, which could then be streamed to clients that want to see it.
Developing and debugging enrichments will be easier with a logging mechanism.
I'm already planning one of these specifically for errors:
But it strikes me that a
_enrichment_logs
table which is optionally used would be extremely handy too.Maybe there's a checkbox for "enable debug logging" on the configure form? Or maybe it's a setting you have to turn on in plugin configuration settings. Or maybe it should default to having logs turned on unless you turn them off?
The text was updated successfully, but these errors were encountered: