mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 09:43:05 +02:00
build/loglevel: add build flag hooks for log levels
This commit is contained in:
6
build/loglevel_default.go
Normal file
6
build/loglevel_default.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build !info,!debug,!trace,!warn,!error,!critical,!off
|
||||
|
||||
package build
|
||||
|
||||
// LogLevel specifies a default log level of info.
|
||||
var LogLevel = "info"
|
Reference in New Issue
Block a user