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.
pull/1060/head
Åke Forslund 2017-09-07 15:59:34 +02:00
parent c2aa2ebb97
commit 0c8aaa2664
1 changed files with 1 additions and 1 deletions

View File

@ -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