mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-07 15:43:08 +00:00
More output
This commit is contained in:
parent
8a24e4f88e
commit
562ef5122f
@ -257,7 +257,7 @@ class Simulator:
|
|||||||
trafficStatsVector.append(trafficStats)
|
trafficStatsVector.append(trafficStats)
|
||||||
|
|
||||||
missingSamples, sampleProgress, nodeProgress, validatorAllProgress, validatorProgress = self.glob.getProgress(self.validators)
|
missingSamples, sampleProgress, nodeProgress, validatorAllProgress, validatorProgress = self.glob.getProgress(self.validators)
|
||||||
self.logger.debug("step %d, arrived %0.02f %%, ready %0.02f %%, validatedall %0.02f %%, , validated %0.02f %%"
|
self.logger.info("step %d, arrived %0.02f %%, ready %0.02f %%, validatedall %0.02f %%, , validated %0.02f %%"
|
||||||
% (steps, sampleProgress*100, nodeProgress*100, validatorAllProgress*100, validatorProgress*100), extra=self.format)
|
% (steps, sampleProgress*100, nodeProgress*100, validatorAllProgress*100, validatorProgress*100), extra=self.format)
|
||||||
|
|
||||||
cnS = "samples received"
|
cnS = "samples received"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user