mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +00:00
update log init
This commit is contained in:
@@ -74,7 +74,9 @@ func main() {
|
||||
level = "debug"
|
||||
}
|
||||
|
||||
util.InitLog(level, "console")
|
||||
_ = util.InitLog(level, util.LogConsole)
|
||||
|
||||
log.Infof("configured log level: %s", level)
|
||||
|
||||
srv := proxy.Server{
|
||||
Version: Version,
|
||||
|
||||
Reference in New Issue
Block a user