veloren/voxygen/src/ecs/sys
Kevin Glasson af3af6c169 Convert voxygen to use tracing
There are several noteable changes in this commit that mean that logging
will behave differently to how it did previously.

- There are now no separate filter levels for terminal and file output.
This is a feature that is lacking in `tracing` but is set to be resolved
by https://github.com/tokio-rs/tracing/pull/508. At which point we MAY
include it.

- The default log level was previously `WARN` - it is now `INFO`.
2020-06-21 23:17:25 +08:00
..
floater.rs Globally suppressed clippy lint option_map_unit_fn for #587 2020-06-14 16:48:07 +00:00
interpolation.rs Convert voxygen to use tracing 2020-06-21 23:17:25 +08:00