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