mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
initialize ERROR not INFO
This commit is contained in:
parent
5f5ebeecfe
commit
ab985b54ab
@ -341,7 +341,7 @@ mod tests {
|
||||
// enable info!
|
||||
fn init() {
|
||||
FmtSubscriber::builder()
|
||||
.with_max_level(Level::INFO)
|
||||
.with_max_level(Level::ERROR)
|
||||
.with_env_filter(EnvFilter::from_default_env())
|
||||
.try_init()
|
||||
.unwrap_or_default();
|
||||
|
Loading…
Reference in New Issue
Block a user