Tweak cosmic text and module logging settings

In release builds the cosmic text messages are now suppressed, and in
debug builds the module is always shown even for error, warning, and
info messages.
This commit is contained in:
Robbert van der Helm
2023-03-21 20:31:45 +01:00
parent 89dd0bf461
commit 2de1fd563b
4 changed files with 22 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ crossbeam = "0.8"
lazy_static = "1.4"
log = { version = "0.4", features = ["std", "release_max_level_info"] }
midi-consts = "0.1"
nih_log = "0.2.0"
nih_log = "0.3.0"
parking_lot = "0.12"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }