Skip to content
Snippets Groups Projects
Commit a9192596 authored by Sascha Grossenbacher's avatar Sascha Grossenbacher
Browse files

Issue #3112471 by sokru: Warning not understood

parent 1a1b56cb
Branches
Tags 8.x-1.4
No related merge requests found
......@@ -262,7 +262,7 @@ class ReportController extends ControllerBase {
}
if (count($cache_tags) == 0) {
$requirements['cache_tag_totals']['severity_status'] = 'warning';
$requirements['cache_tag_totals']['description'] = $this->t('No cache tags found, make sure that the redis cache tag checksum service is used.');
$requirements['cache_tag_totals']['description'] = $this->t('No cache tags found, make sure that the redis cache tag checksum service is used. See example.services.yml on root of this module.');
unset($requirements['cache_tags']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment