It seems that if a pino logger with asynchronous transport is initialized in each threads created, each transport will create a separate thread. My understanding is that this is a bit wasteful, and probably going to cause issues if they are all writing to the same file. Is it possible to let the whole process share a single log thread instead?