© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Downshifting Log Levels in an Effect - Effect Community
EC
Effect Community
•
15mo ago
jessekelly
Downshifting Log Levels in an Effect
Is there a fn for shifting log levels in an effect
? E
.g
. sandboxing an effect and making it
's Error etc
. logs all Debug logs
. Something like Effect
.logError
(
"err
"
)
.pipe
(Effect
.clampLogLevel
(
{ maximum
:
"warning
"
}
)
)
/
/ logs
"err
" at level warning
.
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
EffectA with conditional EffectB and EffectC
EC
Effect Community / 🚀-effect
3y ago
How to Log an Object from Config in Effect Typescript
EC
Effect Community / 🚀-effect
16mo ago
Debugging an Exploding Effect in TypeScript
EC
Effect Community / 🚀-effect
3y ago
Filtering with Effectful Refinements in Effect TypeScript
EC
Effect Community / 🚀-effect
15mo ago