Skip to content

Commit

Permalink
refactor: lower log level to debug
Browse files Browse the repository at this point in the history
(cherry picked from commit 47b1878)
  • Loading branch information
npepinpe authored and github-actions[bot] committed Jan 3, 2025
1 parent 6352948 commit 7715970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/camunda/feel/FeelEngine.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class FeelEngine(
externalFunctionsEnabled = configuration.externalFunctionsEnabled
)

logger.info(
logger.debug(
s"Engine created. [" +
s"value-mapper: $valueMapper, " +
s"function-provider: $functionProvider, " +
Expand Down

0 comments on commit 7715970

Please sign in to comment.