Merge pull request #11783 from Quix0r/logging-unsupported
Added logging of unsupported meta-tag records
This commit is contained in:
commit
8d62fbcd49
|
@ -425,6 +425,8 @@ class ParseUrl
|
|||
case 'news_keywords':
|
||||
$keywords = explode(',', $meta_tag['content']);
|
||||
break;
|
||||
default:
|
||||
Logger::debug('Unsupported meta-tag found', ['meta-tag' => $meta_tag]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue