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
parent
c2aa2ebb97
commit
0c8aaa2664
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue