More more verbose unfurler logs

This commit is contained in:
Mononaut 2023-08-19 19:35:52 +09:00
parent 3bda5537d7
commit 126e87a746
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -228,7 +228,10 @@ class Server {
// don't bother unless the route is definitely renderable
if (rawPath.includes('/preview/') && matchedRoute.render) {
logger.info('rendering "' + req.url + '"');
img = await this.cluster?.execute({ url: this.mempoolHost + rawPath, path: rawPath, action: 'screenshot' });
} else {
logger.info('rendering not enabled for page "' + req.url + '"');
}
if (!img) {