refactor(logging): split config + subsystem imports
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { createSubsystemLogger } from "../../logging.js";
|
||||
import { createSubsystemLogger } from "../../logging/subsystem.js";
|
||||
|
||||
export const log = createSubsystemLogger("agent/embedded");
|
||||
|
||||
Reference in New Issue
Block a user