fix: logger.debug
This commit is contained in:
parent
f1660e9723
commit
27eda52681
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue