From 0c8aaa2664c41a539e6c29dc0cdbd526d64e9e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Thu, 7 Sep 2017 15:59:34 +0200 Subject: [PATCH] Ignore enclosure.mouth.display message by default ==== Tech Notes ==== Add 'enclosure.mouth.display' to ignore_logs default configuration since it will get called alot and spam the skills log. --- mycroft/configuration/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf index 7a0d3f2195..318b55145d 100644 --- a/mycroft/configuration/mycroft.conf +++ b/mycroft/configuration/mycroft.conf @@ -144,7 +144,7 @@ // Messagebus types that will NOT be output to logs // Override: none - "ignore_logs": ["enclosure.mouth.viseme"], + "ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"], // Settings related to remote sessions // Overrride: none