sapling/apiserver
Arun Kulshreshtha 0944fa6551 Add env_logger so we can see log messages from other crates
Summary: We need more insight into what's happening inside of actix and tokio in order to debug operational issues with the API server. Unfortunately, this sort of low-level debug logs from libraries are not captured by slog. Since many of the API server's dependencies use `env_logger`, calling `env_logger::init()` in main will allow us to see the debug output from those libraries by specifying the `RUST_LOG` environment variable.

Reviewed By: HarveyHunt

Differential Revision: D12934682

fbshipit-source-id: 417201e509de66c3340c900a4914ea3a03a791fe
2018-11-06 10:09:03 -08:00
..
client/src add thrift client 2018-08-19 16:07:12 -07:00
if add cat_file in thrift 2018-08-19 16:07:12 -07:00
src Add env_logger so we can see log messages from other crates 2018-11-06 10:09:03 -08:00
Cargo.toml Add Cargo.toml files to crates. (#7) 2018-07-09 19:52:27 -07:00