Skip to content

Commit

Permalink
perf: Ensure TransactionStateLogger is not logging on info level (#11274
Browse files Browse the repository at this point in the history
)

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
  • Loading branch information
netopyr committed Jan 31, 2024
1 parent a7bfa9a commit db35650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static void logStartUserTransaction(
@NonNull final ConsensusTransaction transaction,
@Nullable final TransactionBody txBody,
@NonNull final AccountID payer) {
logger.info(
logger.debug(
" Starting user transaction {} at platform time {} from payer 0.0.{}",
txBody == null ? "null" : formatTransactionId(txBody.transactionID()),
transaction.getConsensusTimestamp(),
Expand Down

0 comments on commit db35650

Please sign in to comment.