use tracing for logs
This commit is contained in:
parent
202b222b83
commit
b1134d5d6e
6 changed files with 163 additions and 81 deletions
|
@ -5,7 +5,6 @@ use aws_sdk_s3::{
|
|||
types::{CompletedMultipartUpload, CompletedPart},
|
||||
};
|
||||
use futures::future::join_all;
|
||||
use log::debug;
|
||||
use nix_compat::{
|
||||
narinfo::{self, NarInfo, SigningKey},
|
||||
nixbase32,
|
||||
|
@ -13,6 +12,7 @@ use nix_compat::{
|
|||
};
|
||||
use sha2::{Digest, Sha256};
|
||||
use tokio::{io::AsyncReadExt, process::Command};
|
||||
use tracing::debug;
|
||||
|
||||
use crate::path_info::PathInfo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue