Best Practices for Logging Errors with Effect in TypeScript
hey guys, what is the best practice for logging an error, especially on the catchAll?
I am notice that Effect.log need to be used with yield* so currently trying to do it using something like
previously I tried
but does not work
I am notice that Effect.log need to be used with yield* so currently trying to do it using something like
previously I tried
but does not work
