mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 21:05:11 +02:00
7 lines
100 B
Go
7 lines
100 B
Go
// +build dev,debug
|
|
|
|
package build
|
|
|
|
// LogLevel specifies a debug log level.
|
|
var LogLevel = "debug"
|