How to Log Detailed Error Information with Effect Logger
Hi all, given the following effect:
When I do the following:
the effect logger seems to be printing a formatted version of the error that misses some key information, is it possible to get something close to the console.log output without a custom logger - just for this log line for instance
Effect<void, DatabaseError> where database error is:When I do the following:
the effect logger seems to be printing a formatted version of the error that misses some key information, is it possible to get something close to the console.log output without a custom logger - just for this log line for instance
