mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-06 20:51:36 +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) {
|
||||
|
||||
@@ -489,9 +489,9 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
||||
jitMode
|
||||
);
|
||||
|
||||
logger.info(
|
||||
`+++++++++++++++++++++++++++++++ ExitNode Aliases: ${exitNodeAliases}`
|
||||
);
|
||||
// logger.info(
|
||||
// `ExitNode Aliases: ${exitNodeAliases}`
|
||||
// );
|
||||
|
||||
// Return connect message with all site configurations
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user