mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-27 10:50:50 +08:00
GRA-414: add verbose level 4
This commit is contained in:
@@ -22,7 +22,7 @@ func MakeString(delimeter string, message ...string) string {
|
||||
}
|
||||
|
||||
func getVerbose() int32 {
|
||||
if Verbosity >= 1 && Verbosity <= 3 {
|
||||
if Verbosity >= 1 && Verbosity <= 4 {
|
||||
return int32(Verbosity)
|
||||
}
|
||||
Verbosity = int(servercfg.GetVerbosity())
|
||||
|
||||
Reference in New Issue
Block a user