`logger.info("...", { chain: $chain })` can be significantly simplied with child loggers https://github.com/winstonjs/winston?tab=readme-ov-file#creating-child-loggers ```ts // top level in a file / module const tonLogger = logger.child({chain: network.TON}) ``` _Originally posted by @swift1337 in https://github.com/zeta-chain/localnet/pull/166#discussion_r2079533844_