Skip to content

Print out the goroutine id#3433

Merged
pappz merged 6 commits into
mainfrom
feature/log-routine-formatter
Mar 7, 2025
Merged

Print out the goroutine id#3433
pappz merged 6 commits into
mainfrom
feature/log-routine-formatter

Conversation

@pappz
Copy link
Copy Markdown
Collaborator

@pappz pappz commented Mar 4, 2025

Describe your changes

The TXT logger prints out the actual go routine ID

This feature depends on 'loggoroutine' build tag

go build -tags loggoroutine

Example

Before

2025-03-04T12:20:32+01:00 DEBG signal/client/grpc.go:128: signal connection state READY

After

2025-03-04T12:20:32+01:00 DEBG 172 signal/client/grpc.go:128: signal connection state READY

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

This depends on 'loggoroutine' build tag
@pappz pappz marked this pull request as ready for review March 4, 2025 11:25
hakansa
hakansa previously approved these changes Mar 7, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 7, 2025

@pappz pappz merged commit 53b9a20 into main Mar 7, 2025
@pappz pappz deleted the feature/log-routine-formatter branch March 7, 2025 13:06
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.

2 participants