Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一种传输或机制允许记录到像数组这样的内存结构,然后偶尔刷新到数据库?
不想为每个日志进行昂贵的数据库调用,因此希望不时将日志作为批处理刷新到数据库。
是否有示例或方法可以使用 winston 和 bunyan 登录到数组或某些此类结构?