Skip to content

Commit

Permalink
add logs for unknown error on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
k27dong committed Mar 19, 2024
1 parent 5e2f560 commit bacf0a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gphrasehandler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ pub async fn get_gphrase(
)
.expect("Parsing failed");

println!("Secret: {:?}", secret);

let client = hyper::Client::builder().build::<_, hyper::Body>(
hyper_rustls::HttpsConnectorBuilder::new()
.with_native_roots()
Expand Down

0 comments on commit bacf0a2

Please sign in to comment.