rust/crates/ra_lsp_server
bors[bot] 780f476b4f
Merge #2451
2451: Use env_logger instead of flexi_logger r=matklad a=AlexanderEkdahl

This fixes https://github.com/rust-analyzer/rust-analyzer/issues/2335

- By default only `error` will be printed. From what I can tell this matches the current behaviour. Configured through `RUST_LOG`.
- I looked through the optional dependencies for `env_logger`and I have only enabled `human_time`. Without this feature no timestamp will be shown for log messages.
- `RA_LOG_DIR` feature is removed

This PR adds 2 new dependencies(`env_logger` and `human_time`) and removes 6 dependencies.

Co-authored-by: Alexander Ekdahl <alexander@ekdahl.io>
2019-11-30 19:19:28 +00:00
..
src Merge #2451 2019-11-30 19:19:28 +00:00
tests/heavy_tests Remove flexi_logger from ra_lsp_server 2019-11-29 19:35:03 -05:00
Cargo.toml Remove flexi_logger from ra_lsp_server 2019-11-29 19:35:03 -05:00