Default Logger Behavior in `@effect/vitest`'s `it.live`

Is it expected that @effect/vitest's it.live runs with default logger enabled? I would expect people using live to enable clock but logging doesn't seem to be useful in tests (unless when you're debugging in which case you can just add a logger to your test layer).
Was this page helpful?