Improvements for binapi-generator and support VPP 19.04 in statsclient
[govpp.git] / core / log.go
index aaef4cc..035c159 100644 (file)
@@ -18,6 +18,7 @@ func init() {
        log.Out = os.Stdout
        if debug {
                log.Level = logger.DebugLevel
+               log.Debugf("debug mode enabled")
        }
 }