runtime: cap log level at debug.

This commit is contained in:
whitequark 2016-10-07 14:24:12 +00:00
parent 4d790b452c
commit 9c3394794e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ path = "src/lib.rs"
std_artiq = { path = "libstd_artiq" }
lwip = { path = "liblwip", default-features = false }
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
log = { version = "0.3", default-features = false }
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
log_buffer = { version = "1.0" }
byteorder = { version = "0.5", default-features = false }