MystenLabs/Sui_Owned_Object_Pools

Avoid constructing a new Logger on each log function invocation

teohaik opened this issue · 0 comments

This:

Logger.instance.logger[level]({ msg, pool_id });

invokes the pino constructor in each pino request. This has impact on performance and we should revisit the approach.