Benchmark logging

This commit is contained in:
2022-04-03 21:52:44 +09:00
parent a7f5cdbeb5
commit 38f2911266
5 changed files with 35 additions and 18 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class Dragonfly
var tag = cluster.isMaster ? "M" : "S";
this.ptag = "[ " + tag + ":" + process.pid + " ] ";
this.Info( "Dragonfly ready.", Dragonfly.Visibility.VISIBLE );
// this.Info( "Dragonfly ready.", Dragonfly.Visibility.VISIBLE );
}
Debug( mesg, visibility )