Skip to content

Commit

Permalink
Merge pull request #960 from camunda/np-26395-lower-log-level
Browse files Browse the repository at this point in the history
refactor: lower log level to debug
  • Loading branch information
saig0 authored Jan 2, 2025
2 parents 51ad1b4 + 47b1878 commit 3d058a0
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 3d058a0

Please sign in to comment.