1
0
Fork 0
mirror of https://github.com/lightningnetwork/lnd.git synced 2025-03-14 19:40:54 +01:00
lnd/build/loglevel_trace.go
2018-10-05 13:04:45 +09:00

6 lines
100 B
Go

// +build dev,trace
package build
// LogLevel specifies a trace log level.
var LogLevel = "trace"