mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-15 07:08:36 +01:00
The TXT logger prints out the actual go routine ID This feature depends on 'loggoroutine' build tag ```go build -tags loggoroutine```
4 lines
102 B
Go
4 lines
102 B
Go
package levels
|
|
|
|
var ValidLevelDesc = []string{"PANC", "FATL", "ERRO", "WARN", "INFO", "DEBG", "TRAC"}
|