Add documentation for autocompressor (#70)

This commit is contained in:
Azrenbeth
2021-09-28 13:38:01 +01:00
committed by GitHub
parent 9bfd786f3b
commit dcfa67ea98
9 changed files with 401 additions and 102 deletions

View File

@@ -358,7 +358,7 @@ fn functions_are_self_consistent() {
pub fn setup_logger() {
// setup the logger for the auto_compressor
// The default can be overwritten with RUST_LOG
// see the README for more information <--- TODO
// see the README for more information
if env::var("RUST_LOG").is_err() {
let mut log_builder = env_logger::builder();
// set is_test(true) so that the output is hidden by cargo test (unless the test fails)