Effect CommunityEC
Effect Community15mo ago
2 replies
DudeOfAwesome

Logging to an external service

I'm looking to create a custom logger that writes logs to a service over HTTP. Initially, I'd followed the custom logger example from the docs, but it looks like my async Effect doesn't ever get executed.

Is that expected behavior? And if so, what is the recommended way to write logs to a external service?
Was this page helpful?