mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-18 07:04:57 +02:00
The TXT logger prints out the actual go routine ID This feature depends on 'loggoroutine' build tag ```go build -tags loggoroutine```
7 lines
94 B
Go
7 lines
94 B
Go
package hook
|
|
|
|
const (
|
|
EntryKeySource = "source"
|
|
EntryKeyGoroutineID = "goroutine_id"
|
|
)
|