reduce unnecessary logs
This commit is contained in:
@ -401,7 +401,7 @@ const getJSONLdLinkMetadata = async (
|
||||
|
||||
return result
|
||||
} catch (error) {
|
||||
logger.error(`Unable to get JSONLD link of the article`, error)
|
||||
logger.error('Unable to get JSONLD link of the article')
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user