Use logger

This commit is contained in:
Owen Schwartz
2024-09-28 23:55:09 -04:00
parent cfeb0930bc
commit 8a009f7fbc
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export const receiveBandwidth = async (req: Request, res: Response, next: NextFu
});
if (!site) {
console.warn(`Site not found for public key: ${publicKey}`);
logger.warn(`Site not found for public key: ${publicKey}`);
continue;
}