mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Ignore logging messages from selectors
Vizia now spams these.
This commit is contained in:
@@ -111,7 +111,8 @@ pub fn setup_logger() {
|
||||
|
||||
let logger_builder = nih_log::LoggerBuilder::new(log_level)
|
||||
.filter_module("cosmic_text::buffer")
|
||||
.filter_module("cosmic_text::shape");
|
||||
.filter_module("cosmic_text::shape")
|
||||
.filter_module("selectors::matching");
|
||||
|
||||
// Always show the module in debug builds, makes it clearer where messages are coming from and
|
||||
// it helps set up filters
|
||||
|
||||
Reference in New Issue
Block a user