From 5f3033b51857091418f5cbb9db3b81f8765e7cfc Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 19 Dec 2016 13:24:29 +0000 Subject: [PATCH] firmware: remove max_level_debug. Tracing to the core log isn't particularly slow, and is handy when debugging. --- artiq/firmware/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/firmware/runtime/Cargo.toml b/artiq/firmware/runtime/Cargo.toml index 8fb0e1498..5d432eca0 100644 --- a/artiq/firmware/runtime/Cargo.toml +++ b/artiq/firmware/runtime/Cargo.toml @@ -17,7 +17,7 @@ std_artiq = { path = "../libstd_artiq", features = ["alloc"] } lwip = { path = "../liblwip", default-features = false } bsp = { path = "../libbsp" } fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] } -log = { version = "0.3", default-features = false, features = ["max_level_debug"] } +log = { version = "0.3", default-features = false } log_buffer = { version = "1.0" } byteorder = { version = "0.5", default-features = false }