fix: logger.debug

This commit is contained in:
DIYgod
2023-07-24 03:11:26 +01:00
parent f1660e9723
commit 27eda52681
+2 -2
View File
@@ -76,9 +76,9 @@ const requestWrapper = (
}
}
if (prxied) {
logger.info(`Proxy for ${url}`);
logger.debug(`Proxy for ${url}`);
} else {
logger.info(`Requesting ${url}`);
logger.debug(`Requesting ${url}`);
}
// ua