refactor(logging): add subsystem console formatting
This commit is contained in:
@@ -36,6 +36,7 @@ vi.mock("../gateway/server.js", () => ({
|
||||
|
||||
vi.mock("../globals.js", () => ({
|
||||
info: (msg: string) => msg,
|
||||
isVerbose: () => false,
|
||||
setVerbose: (enabled: boolean) => setVerbose(enabled),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user