Clean logging

This commit is contained in:
Owen
2026-08-05 10:00:36 -04:00
parent 425a99e5ee
commit 7afddb5eb5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ export async function chatCompletions(
.json({ error: { message: "Missing Host header" } });
}
logger.info(`++++++++++++++AI gateway request for host: ${host}`);
logger.info(`AI gateway request for host: ${host}`);
const target = await resolveTarget(host);
if (!target) {