Use default slog settings:

- no trace in debug builds
- no trace nor debug in release builds
This commit is contained in:
Victor Berger 2017-04-15 12:34:44 +02:00
parent 7b8a744aa2
commit fd1868c419
No known key found for this signature in database
GPG Key ID: 3638519DDEAAD525
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ wayland-server = "0.9.1"
nix = "0.7.0"
xkbcommon = "0.2.1"
tempfile = "2.1.5"
slog = { version = "2.0.0", features = ["max_level_trace", "release_max_level_info"] }
slog = { version = "2.0.0" }
slog-stdlog = "2.0.0-0.2"
glutin = { version = "~0.7.4", optional = true }
glium = { version = "~0.16.0", optional = true }