refactor(logging): split config + subsystem imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import chalk from "chalk";
|
||||
import { isVerbose } from "../globals.js";
|
||||
import { parseAgentSessionKey } from "../routing/session-key.js";
|
||||
import { createSubsystemLogger, shouldLogSubsystemToConsole } from "../logging.js";
|
||||
import { shouldLogSubsystemToConsole } from "../logging/console.js";
|
||||
import { createSubsystemLogger } from "../logging/subsystem.js";
|
||||
import { getDefaultRedactPatterns, redactSensitiveText } from "../logging/redact.js";
|
||||
import { DEFAULT_WS_SLOW_MS, getGatewayWsLogStyle } from "./ws-logging.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user