Skip to content

Commit

Permalink
Change "No request version" log from warn to debug; previous executor v
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Oct 24, 2023
1 parent c6795ab commit 6cd60b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inngest/src/helpers/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const fnDataVersionSchema = z.object({
.optional()
.transform<ExecutionVersion>((v) => {
if (typeof v === "undefined") {
console.warn(
console.debug(
`No request version specified by executor; defaulting to v${PREFERRED_EXECUTION_VERSION}`
);

Expand Down

0 comments on commit 6cd60b2

Please sign in to comment.