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