Inheriting Spans in `Effect.logInfo` within `Effect.tryPromise`
If I am to do an
Effect.logInfo within the try of the Effect.tryPromise, is there a way to inherit the spans and everything? I lose log spans in that case since I have to something like Effect.runSync(Effect.logInfo("Logging within a tryPromise"));