[PATCH] klog.json: lower severity of temperature threshold
Alex Hung
alex.hung at canonical.com
Thu Jul 12 06:17:45 UTC 2018
Laptop computers are becoming smaller and lighter and thermal design
becomes a trade-off. As a result, it is common to see CPU temperatures
go above threshold.
Let's lower severity to high instead of critical as it is by design.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
data/klog.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/klog.json b/data/klog.json
index f138b82..168effd 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1705,7 +1705,7 @@ atform Communications Channel Table (PCCT) and find the PCC subspace communicati
},
{
"compare_mode": "regex",
- "log_level": "LOG_LEVEL_CRITICAL",
+ "log_level": "LOG_LEVEL_HIGH",
"pattern": "[T|t]emperature above threshold, cpu clock throttled",
"advice": "Test caused CPU temperature above critical threshold. The CPU has been throttled to run slower because of over-heating above the critical threshold. CPU throttling will be turned off once the CPU has cooled sufficiently. Frequent throttling may indicate poor thermal design on the machine.",
"label": "KlogThermalOverrun"
--
2.7.4
More information about the fwts-devel
mailing list