mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 01:50:43 +02:00
More more verbose unfurler logs
This commit is contained in:
parent
3bda5537d7
commit
126e87a746
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user