Skip to content

Commit

Permalink
Add timing info to log messages
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Aug 3, 2023
1 parent d250a69 commit a07f093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum Command {
async fn main() -> Result<(), Box<dyn Error>> {
let cli = Cli::parse();

pretty_env_logger::init();
pretty_env_logger::init_timed();

let key_path = if let Some(path) = cli.key_file {
path
Expand Down

0 comments on commit a07f093

Please sign in to comment.