mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
build/loglevel: add build flag hooks for log levels
This commit is contained in:
6
build/loglevel_error.go
Normal file
6
build/loglevel_error.go
Normal file
@ -0,0 +1,6 @@
|
||||
// +build dev,error
|
||||
|
||||
package build
|
||||
|
||||
// LogLevel specifies an error log level.
|
||||
var LogLevel = "error"
|
Reference in New Issue
Block a user