linkerd2-proxy/proxy
Brian Smith 6d3a7c337d Reduce memory allocations during logging. (#445)
Stop initializing env_logger in every test. In env_logger 0.5, it
may only be initialized once per process.

Also, Prost will soon upgrade to env_logger 0.5 and this will
(eventually) help reduce the number of versions of env_logger we
have to build. Turning off the regex feature will (eventually) also
reduce the number of dependencies we have to build. Unfortunately,
as it is now, the number of dependencies has increased because
env_logger increased its dependencies in 0.5.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-02-26 18:32:47 -10:00
..
convert Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
src Reduce memory allocations during logging. (#445) 2018-02-26 18:32:47 -10:00
tests Reduce memory allocations during logging. (#445) 2018-02-26 18:32:47 -10:00
Cargo.toml Reduce memory allocations during logging. (#445) 2018-02-26 18:32:47 -10:00