feat: add tracing
This commit is contained in:
parent
ab599206c5
commit
1d1dcd622f
24 changed files with 146 additions and 68 deletions
|
|
@ -23,9 +23,9 @@ use std::{
|
|||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
use log::error;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use time::{macros::format_description, OffsetDateTime};
|
||||
use tracing::error;
|
||||
|
||||
use crate::{deobfuscate::DeobfData, util};
|
||||
|
||||
|
|
|
|||
Reference in a new issue