zuck opened this issue 6 years ago · 0 comments
function registerPlugins(fastify, opts, next) { fastify.register(require('fastify-knex'), { ... debug: true <-- HERE --> // Knex debug SQL ... }); ... }