Changing the default log level for unhandled errors in Effect TS's `fiberRuntime` module
How can we globally configure
https://github.com/Effect-TS/effect/blob/995bbdffea2e332f203cd5b474cd6a1c77dfa6ae/packages/effect/src/internal/fiberRuntime.ts#L804
currentUnhandledErrorLogLevel so that it defaults to error instead of debug in the fiberRuntime please? I'm trying to change the way the Fiber terminated with an unhandled error shows up in the log (I tend to miss this one a bit).https://github.com/Effect-TS/effect/blob/995bbdffea2e332f203cd5b474cd6a1c77dfa6ae/packages/effect/src/internal/fiberRuntime.ts#L804
