refactor!: remove FSTDEP024 deprecation (#6912) Remove the deprecated top-level requestIdLogLabel option. Configure the request ID log label through LogController instead. BREAKING CHANGE: requestIdLogLabel is no longer supported as a top-level Fastify option. Pass it to LogController and provide the instance through logController. |