Skip to content

Commit

Permalink
chore: logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Nov 4, 2023
1 parent 6f068a6 commit 8c2d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/HandlerBasedContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export class HandlerBasedContract<State> implements Contract<State> {

// eval current state
const evalStateResult = await stateEvaluator.eval<State>(executionContext);
this.logger.info('Current state', evalStateResult.cachedValue.state);
this.logger.debug('Current state', evalStateResult.cachedValue.state);

// create interaction transaction
const interaction: ContractInteraction<Input> = {
Expand Down

0 comments on commit 8c2d62e

Please sign in to comment.