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