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" } });
|
.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);
|
const target = await resolveTarget(host);
|
||||||
if (!target) {
|
if (!target) {
|
||||||
|
|||||||
@@ -489,9 +489,9 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
jitMode
|
jitMode
|
||||||
);
|
);
|
||||||
|
|
||||||
logger.info(
|
// logger.info(
|
||||||
`+++++++++++++++++++++++++++++++ ExitNode Aliases: ${exitNodeAliases}`
|
// `ExitNode Aliases: ${exitNodeAliases}`
|
||||||
);
|
// );
|
||||||
|
|
||||||
// Return connect message with all site configurations
|
// Return connect message with all site configurations
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user