Skip to content

Commit 29ee9aa

Browse files
authored
chore: change log level for block proposal (#11734)
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
1 parent c5cbf65 commit 29ee9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/sequencer-client/src/sequencer/sequencer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class Sequencer {
253253
return;
254254
}
255255

256-
this.log.info(`Can propose block ${newBlockNumber} at slot ${slot}`);
256+
this.log.debug(`Can propose block ${newBlockNumber} at slot ${slot}`);
257257

258258
const newGlobalVariables = await this.globalsBuilder.buildGlobalVariables(
259259
new Fr(newBlockNumber),

0 commit comments

Comments
 (0)