Skip to content

Commit

Permalink
Change back to debug from warning, overflowing the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Oct 25, 2023
1 parent 1208fe8 commit a0f5140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private static FunctionDef getResolvedFunctionDef(State state, final String name
}

if (candidateDefs.size() > 1 && !hasSignature) {
logger.warn(
logger.debug(
"Using runtime function resolution for '{}'. It's recommended to always include signatures in ELM",
name);
}
Expand Down

0 comments on commit a0f5140

Please sign in to comment.