chore: Update cursive to 0.21.0

* Update cursive to 0.21.0

* Inject TERM=xterm in CI to help build ncurses backend
This commit is contained in:
Alexandre Bury
2024-08-04 11:27:58 -04:00
committed by GitHub
parent af2fe17f33
commit 02f72b1c21
7 changed files with 253 additions and 199 deletions

View File

@@ -44,7 +44,6 @@ pub fn setup_logging(filename: &Path) -> Result<(), fern::InitError> {
.level(log::LevelFilter::Trace)
// Set runtime log level for modules
.level_for("librespot", log::LevelFilter::Debug)
.level_for("cursive_buffered_backend", log::LevelFilter::Debug)
// Output to stdout, files, and other Dispatch configurations
.chain(fern::log_file(filename)?)
// Apply globally