Skip to content
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

Closed
wants to merge 6 commits into from
Closed

Conversation

rswanson
Copy link
Member

No description provided.

Copy link
Member Author

rswanson commented Oct 18, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @rswanson and the rest of your teammates on Graphite Graphite

@@ -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);
Copy link
Contributor

@prestwich prestwich Oct 18, 2024

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,
);

@dylanlott dylanlott force-pushed the swanny/debug_more_debug_traces branch from 58893c6 to 8337563 Compare October 21, 2024 16:39
@dylanlott dylanlott changed the base branch from 10-17-updates_tx-poller_to_latest_tx_cache_api to main October 21, 2024 16:40
@Evalir
Copy link
Member

Evalir commented Oct 25, 2024

i assume this can be closed (or do we want to productionize this)?

@rswanson rswanson closed this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants