mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-06 16:04:20 +01:00
7 lines
95 B
Go
7 lines
95 B
Go
// +build dev,off
|
|
|
|
package build
|
|
|
|
// LogLevel specifies an off log level.
|
|
var LogLevel = "off"
|