refactor(core): replace legacy logger with Effect logging (#31310)
This commit is contained in:
@@ -8,9 +8,6 @@ import { ServerAuth } from "../../src/server/auth"
|
||||
import { PtyID } from "@opencode-ai/core/pty/schema"
|
||||
import { resetDatabase } from "../fixture/db"
|
||||
import { disposeAllInstances, tmpdir } from "../fixture/fixture"
|
||||
import * as Log from "@opencode-ai/core/util/log"
|
||||
|
||||
void Log.init({ print: false })
|
||||
|
||||
function app(input: { password?: string; username?: string }) {
|
||||
const handler = HttpRouter.toWebHandler(
|
||||
|
||||
Reference in New Issue
Block a user