Skip to content

Commit

Permalink
Log TIMELINE summaries at the debug level
Browse files Browse the repository at this point in the history
At the info level, they represent more than half the log
lines in many tests.
  • Loading branch information
djsstarburst authored and electrum committed Aug 15, 2022
1 parent fa0c96b commit 421bea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ private static void logQueryTimeline(
DateTime queryStartTime,
DateTime queryEndTime)
{
log.info("TIMELINE: Query %s :: Transaction:[%s] :: elapsed %sms :: planning %sms :: waiting %sms :: scheduling %sms :: running %sms :: finishing %sms :: begin %s :: end %s",
log.debug("TIMELINE: Query %s :: Transaction:[%s] :: elapsed %sms :: planning %sms :: waiting %sms :: scheduling %sms :: running %sms :: finishing %sms :: begin %s :: end %s",
queryId,
transactionId,
elapsedMillis,
Expand Down

0 comments on commit 421bea5

Please sign in to comment.