mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
refactor(logging): split config + subsystem imports
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
import { danger, info, logVerboseConsole, success, warn } from "./globals.js";
|
||||
import { createSubsystemLogger, getLogger } from "./logging.js";
|
||||
import { getLogger } from "./logging/logger.js";
|
||||
import { createSubsystemLogger } from "./logging/subsystem.js";
|
||||
import { defaultRuntime, type RuntimeEnv } from "./runtime.js";
|
||||
|
||||
const subsystemPrefixRe = /^([a-z][a-z0-9-]{1,20}):\s+(.*)$/i;
|
||||
|
||||
Reference in New Issue
Block a user