github.com/decred/dcrlnd@v0.7.6/build/loglevel_debug.go (about)

     1  //go:build dev && debug
     2  // +build dev,debug
     3  
     4  package build
     5  
     6  // LogLevel specifies a debug log level.
     7  var LogLevel = "debug"