You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into node_modules/@fastify/ajv-compiler/index.js, the console.log calls are on line 51 and 89
Expected Behavior
Just the following logs should be printed when starting the server:
{"level":30,"time":1663464487298,"pid":26754,"hostname":"...","msg":"Server listening at http://[::1]:3000"}
{"level":30,"time":1663464487299,"pid":26754,"hostname":"...","msg":"Server listening at http://127.0.0.1:3000"}
The text was updated successfully, but these errors were encountered:
Prerequisites
Fastify version
4.6.0
Plugin version
3.3.0
Node.js version
18.9.0
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
12.6
Description
It looks like some
console.log
calls were accidentally included in v3.3.0 of this library on npmSteps to Reproduce
Start a fastify server with some validation (like the example on fastify.io) and the following logs appear at the top of the output:
Looking into
node_modules/@fastify/ajv-compiler/index.js
, theconsole.log
calls are on line 51 and 89Expected Behavior
Just the following logs should be printed when starting the server:
The text was updated successfully, but these errors were encountered: