Skip to content

Commit

Permalink
lwc-events: update log level (#1741)
Browse files Browse the repository at this point in the history
Use info level for exceeding max group by size.
  • Loading branch information
brharrington authored Jan 16, 2025
1 parent d56f14f commit f6bf3b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private[events] object DatapointConverter {
}
if (groups.size() >= MaxGroupBySize) {
maxGroupsExceeded = true
logger.debug(s"max groups exceeded for expression: ${params.rawExpr}")
logger.info(s"max groups exceeded for expression: ${params.rawExpr}")
}
}

Expand Down

0 comments on commit f6bf3b9

Please sign in to comment.