warn.go (84B)
1 //go:build logwarn 2 // +build logwarn 3 4 package logging 5 6 var ( 7 LogLevel = LVL_WARN 8 )