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

Remove goroutine ID field from logger #977

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Remove goroutine ID field from logger #977

merged 1 commit into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. Remove goroutine ID field from logger

    Adding the goroutine ID as a log field required copying the calling
    goroutine stack into a buffer and parsing the ID from it. This was done
    for each log action which is very inefficient and does not provide much
    value as we are already using a field for the iteration ID. Therefore
    our decision is to remove it completely.
    ka3de committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f48594d View commit details
    Browse the repository at this point in the history