* Set a function that will generate a request-ids
(fn: (req: RawRequestDefaultExpression<RawServer>) => string)
| 477 | * Set a function that will generate a request-ids |
| 478 | */ |
| 479 | setGenReqId(fn: (req: RawRequestDefaultExpression<RawServer>) => string): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 480 | |
| 481 | /** |
| 482 | * Hook function that is called when creating a child logger instance for each request |
no outgoing calls