mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-06 12:41:25 +02:00
Clean logging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user