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

Compressed logging, always trace level #816

Open
drahnr opened this issue May 30, 2022 · 0 comments
Open

Compressed logging, always trace level #816

drahnr opened this issue May 30, 2022 · 0 comments
Assignees

Comments

@drahnr
Copy link

drahnr commented May 30, 2022

Whenever we have an issue, currently there is no way to pull out additional information post-mortem. We have to re-create the issue. This is particularly time intense to re-create, even with the existence of zombienet.

paritytech/polkadot#2376 solves this, but only after the alarms go of, at which point most of the information that lead to the state is already gone.

In the embedded space there is something called compressed logging, where a static lookup table is generated at compile time to only emit a well defined wire format that is then expanded on the logging ingestor. Popular example being https://crates.io/crates/defmt

Now this is far from perfect, since we still want' directly readable metrics. The solution might be a hybrid approach, where a (assuming defmt) we could extend gum (our existing wrapper) to always print to defmt, at all levels, but only print the desired logging level.

@drahnr drahnr changed the title Compressed logging Compressed logging, always trace level May 30, 2022
@Sophia-Gold Sophia-Gold transferred this issue from paritytech/polkadot Aug 24, 2023
claravanstaden pushed a commit to Snowfork/polkadot-sdk that referenced this issue Dec 8, 2023
* Refactor types

* more refactoring

* refactor

* refactor

* refactor

* refactor

* refactor

* update cumulus

* Update benchmarks

* Update template for generating benchmarking data

* Fix bug in tests to prevent stack overflow

* Fix for benchmark & More refactoring (paritytech#817)

* Fix for benchmark & More refactoring

* More refactoring

* Add const_assert back

---------

Co-authored-by: Ron <yrong1997@gmail.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
bkchr pushed a commit that referenced this issue Apr 10, 2024
* more tests for finality relay

* clippy

* remove env_logger dep

* fmt

* more clippy

* removed prune_unjustified_headers

* review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

6 participants
@vstakhov @drahnr @ordian @the-right-joyce and others