Skip to content

txpool: use tracing for structured logging#8001

Merged
iulianbarbu merged 12 commits intoparitytech:masterfrom
dharjeezy:dami/transaction-pool-logging
Apr 22, 2025
Merged

txpool: use tracing for structured logging#8001
iulianbarbu merged 12 commits intoparitytech:masterfrom
dharjeezy:dami/transaction-pool-logging

Conversation

@dharjeezy
Copy link
Copy Markdown
Contributor

@dharjeezy dharjeezy commented Mar 23, 2025

Follow up on #6897 cc: @michalkucharczyk

Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW

Fixes: #5490

Copy link
Copy Markdown
Contributor

@michalkucharczyk michalkucharczyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there. Please use tx_hash instead of [{}]. I left a comment wherever I noticed this.

@michalkucharczyk michalkucharczyk added R0-no-crate-publish-required The change does not require any crates to be re-published. T0-node This PR/Issue is related to the topic “node”. labels Apr 2, 2025
@michalkucharczyk
Copy link
Copy Markdown
Contributor

michalkucharczyk commented Apr 2, 2025

@dharjeezy Would you please resolve conversations that are already fixed?

@michalkucharczyk michalkucharczyk changed the title Use structured logging for Transaction Pool txpool: Use tracing for structured logging Apr 2, 2025
@michalkucharczyk michalkucharczyk changed the title txpool: Use tracing for structured logging txpool: use tracing for structured logging Apr 2, 2025
Copy link
Copy Markdown
Contributor

@iulianbarbu iulianbarbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise looks good! 👍 Feel free to apply my suggestion, and then we should be good to go. :D

@iulianbarbu
Copy link
Copy Markdown
Contributor

I think this can be merged. @bkchr @michalkucharczyk can you take another look?

@iulianbarbu iulianbarbu added this pull request to the merge queue Apr 22, 2025
Merged via the queue into paritytech:master with commit 38a4dfe Apr 22, 2025
234 of 244 checks passed
ordian added a commit that referenced this pull request Apr 28, 2025
* master: (120 commits)
  [CI] Improve GH build status checking (#8331)
  [CI/CD] Use original PR name in prdoc check for the backport PR's to the stable branches (#8329)
  Add new host APIs set_storage_or_clear and get_storage_or_zero (#7857)
  push to dockerhub (#8322)
  Snowbridge - V1 - Adds 2 hop transfer to Rococo (#7956)
  [AHM] Prepare `election-provider-multi-block` for full lazy data deletion (#8304)
  Check umbrella version (#8250)
  [AHM] Fully bound staking async (#8303)
  migrate parachain-templates tests to `gha` (#8226)
  staking-async: add missing new_session_genesis (#8310)
  New NFT traits: granular and abstract interface (#5620)
  Extract create_pool_with_native_on macro to common crate (#8289)
  XCMP: use batching when enqueuing inbound messages (#8021)
  Snowbridge - Tests refactor (#8014)
  Allow configuration of worst case buy execution weight (#7944)
  Fix faulty pre-upgrade migration check in pallet-session (#8294)
  [pallet-revive] add get_storage_var_key for variable-sized keys (#8274)
  add poke_deposit extrinsic to pallet-recovery (#7882)
  `txpool`: use tracing for structured logging (#8001)
  [revive] eth-rpc refactoring (#8148)
  ...
castillax pushed a commit that referenced this pull request May 12, 2025
Follow up on #6897 cc:
@michalkucharczyk

Polkadot address: 12GyGD3QhT4i2JJpNzvMf96sxxBLWymz4RdGCxRH5Rj5agKW

Fixes: #5490

---------

Co-authored-by: Iulian Barbu <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Michal Kucharczyk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published. T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fatxpool: use tracing instead of log

5 participants