veloren/server-cli
Kevin Glasson 589254e4ab Convert all other veloren crates to use tracing
- Completely removed both `log` and `pretty_env_logger` and replaced
with `tracing` and `tracing_subscriber` where necessary.

- Converted all `log::info!(...)` et al. statements to just use the
shorthand macro i.e. `info!`. This was mostly to make renaming easier.
2020-06-21 23:19:41 +08:00
..
src Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00
.gitignore Scrolling Combat Text (SCT) 2020-01-10 00:33:38 +00:00
Cargo.toml Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00
docker-compose.yml fix: outdated volume path 2020-05-11 11:07:37 +02:00
Dockerfile Install meta package librust-backtrace+libbacktrace-dev in debian, this might fix the problem that we dont have server backtraces. 2020-04-09 11:22:34 +00:00