mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 03:34:22 +01:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
import { Log } from "../src/util/log"
|
|
|
|
Log.init({
|
|
print: false,
|
|
dev: true,
|
|
level: "DEBUG",
|
|
})
|