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