firmware: cap loglevel at DEBUG to increase RPC throughput ~3x.

This commit is contained in:
whitequark 2017-01-25 06:50:52 +00:00
parent 3c177c6d71
commit 7b6de36d1d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build_artiq = { path = "../libbuild_artiq" }
alloc_artiq = { path = "../liballoc_artiq" }
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
logger_artiq = { path = "../liblogger_artiq" }
log = { version = "0.3", default-features = false, features = [] }
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
board = { path = "../libboard", features = ["uart_console"] }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
byteorder = { version = "1.0", default-features = false }