mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 18:12:52 +00:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { createSubsystemLogger } from "../../logging/subsystem.js";
|
|
|
|
export const log = createSubsystemLogger("agent/embedded");
|