© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Unifying Logging and OpenTelemetry - Effect Community
EC
Effect Community
•
2y ago
•
21 replies
Jonathan Clem
Unifying Logging and OpenTelemetry
Is there a way to unify some of my logging and opentelemetry
? I
'm about to write code like this that looks like I shouldn
't be doing it
:
effect.
pipe
(
Effect.
withLogSpan
(
"mySpan"
),
Effect.
withSpan
(
"mySpan"
)
)
effect.
pipe
(
Effect.
withLogSpan
(
"mySpan"
),
Effect.
withSpan
(
"mySpan"
)
)
I have a custom logger
, is it possible to get the current tracing span stack there instead of having to use both of these
?
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Opentelemetry Error Handling and App Functionality
EC
Effect Community / opentelemetry
3y ago
Setting Up OpenTelemetry in Effect with `@effect/opentelemetry`
EC
Effect Community / opentelemetry
9mo ago
Integrating @effect/opentelemetry with Cloudflare and Sentry
EC
Effect Community / opentelemetry
13mo ago
Troubleshooting Tempo Traces with Effect and OpenTelemetry
EC
Effect Community / opentelemetry
15mo ago