mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:21:23 +00:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { createSubsystemLogger } from "../../logging/subsystem.js";
|
|
|
|
export const log = createSubsystemLogger("agent/embedded");
|