mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
added ability to remove local instance of netmaker
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
func PrintUserLog(username string, message string, loglevel int) {
|
||||
log.SetFlags(log.Flags() &^ (log.Llongfile | log.Lshortfile))
|
||||
if int32(loglevel) <= servercfg.GetVerbose() && servercfg.GetVerbose() != 0 {
|
||||
log.Println(username, message)
|
||||
log.Println("[netmaker]", username, message)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user