feat: use custom logger with timestamp in rfc3339 (#67)

This commit is contained in:
sigoden
2022-06-21 21:19:51 +08:00
committed by GitHub
parent ea8b9e9cce
commit 7f062b6705
8 changed files with 45 additions and 68 deletions

View File

@@ -36,7 +36,6 @@ fn path_prefix_propfind(
#[case("index.html")]
fn serve_single_file(tmpdir: TempDir, port: u16, #[case] file: &str) -> Result<(), Error> {
let mut child = Command::cargo_bin("dufs")?
.env("RUST_LOG", "false")
.arg(tmpdir.path().join(file))
.arg("-p")
.arg(port.to_string())