-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug: more debug traces #49
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
crates/builder/src/tasks/submit.rs
Outdated
@@ -51,6 +51,10 @@ impl SubmitTask { | |||
|
|||
let token = self.fetch_oauth_token().await?; | |||
|
|||
tracing::info!("fetched oauth token"); | |||
tracing::debug!("quincey url: {}", self.config.quincey_url); | |||
tracing::debug!("signing request: {:?}", sig_request); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug!(
url = %self.config.quincey_url,
?sig_request,
);
1bb986c
to
c33adb7
Compare
58893c6
to
8337563
Compare
i assume this can be closed (or do we want to productionize this)? |
No description provided.