We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cbf65 commit 29ee9aaCopy full SHA for 29ee9aa
yarn-project/sequencer-client/src/sequencer/sequencer.ts
@@ -253,7 +253,7 @@ export class Sequencer {
253
return;
254
}
255
256
- this.log.info(`Can propose block ${newBlockNumber} at slot ${slot}`);
+ this.log.debug(`Can propose block ${newBlockNumber} at slot ${slot}`);
257
258
const newGlobalVariables = await this.globalsBuilder.buildGlobalVariables(
259
new Fr(newBlockNumber),
0 commit comments