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

6 lines
100 B
Go

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