mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
better logging handling
This commit is contained in:
parent
29a4360bd0
commit
ec90f4dc8e
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ func Dump() string {
|
|||
if program != "netmaker" {
|
||||
return ""
|
||||
}
|
||||
mu.Lock()
|
||||
defer mu.Unlock()
|
||||
var dumpString = ""
|
||||
type keyVal struct {
|
||||
Key string
|
||||
|
|
Loading…
Reference in a new issue