Effect CommunityEC
Effect Community2y ago
20 replies
cappie013

Is there an shortcut to add a log with annotations?

At the moment, you have to do Effect.log("message1").pipe(Effect.annotateLogs({ "foo": "bar" })) where Effect.log('message1, { "foo": "bar" }) would have less boilerplate
Was this page helpful?