Avoid constructing a new Logger on each log function invocation
teohaik opened this issue · 0 comments
teohaik commented
This:
Sui_Owned_Object_Pools/src/logger.ts
Line 76 in 0e81a2c
invokes the pino constructor in each pino request. This has impact on performance and we should revisit the approach.