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