mirror of https://github.com/openclaw/openclaw.git
6 lines
301 B
TypeScript
6 lines
301 B
TypeScript
import { createSubsystemLogger } from "../../logging/subsystem.js";
|
|
|
|
export const cliBackendLog = createSubsystemLogger("agent/cli-backend");
|
|
export const CLI_BACKEND_LOG_OUTPUT_ENV = "OPENCLAW_CLI_BACKEND_LOG_OUTPUT";
|
|
export const LEGACY_CLAUDE_CLI_LOG_OUTPUT_ENV = "OPENCLAW_CLAUDE_CLI_LOG_OUTPUT";
|