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

Shorten printing of ThreadId into log #1338

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Shorten printing of ThreadId into log #1338

merged 1 commit into from
Dec 19, 2024

Conversation

brynary
Copy link
Member

@brynary brynary commented Dec 19, 2024

Before:

2024-12-19T17:20:19Z INFO [ThreadId(1)]::qlty_check::processor (6.7 MB): Processed results from 1 invocations in 0.17s

Now:

2024-12-19T17:20:19Z INFO [T1] qlty_check::processor (6.7 MB): Processed results from 1 invocations in 0.17s

Also remove some super verbose printing to debug level.

Copy link
Contributor

qltysh bot commented Dec 19, 2024

The code coverage on the diff in this pull request is 100.0%

Drilldown
Path File Coverage Δ
qlty-cli/src/logging.rs 0.9
qlty-check/src/tool/command_builder.rs -2.6
qlty-check/src/tool/ruby/sys/macos.rs -3.1
qlty-check/src/tool/download.rs -0.7
qlty-check/src/executor/driver.rs 0.9
qlty-check/src/tool/ruby/sys/linux.rs 1.6
qlty-check/src/parser/clippy.rs -0.3

@brynary brynary merged commit 873a0b8 into main Dec 19, 2024
9 of 10 checks passed
@brynary brynary deleted the bh-short-log branch December 19, 2024 18:01
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.

1 participant