mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Print out the goroutine id (#3433)
The TXT logger prints out the actual go routine ID This feature depends on 'loggoroutine' build tag ```go build -tags loggoroutine```
This commit is contained in:
3
formatter/levels/levels.go
Normal file
3
formatter/levels/levels.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package levels
|
||||
|
||||
var ValidLevelDesc = []string{"PANC", "FATL", "ERRO", "WARN", "INFO", "DEBG", "TRAC"}
|
||||
Reference in New Issue
Block a user