mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
fix: logger.debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user