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.
我是nodejs的新手,我正在尝试使用带有nodejs的log4js附加DateRolling File来压缩备份日志文件。"appenders": [ { "type": "dateFile", "pattern":"_yyyy_MM_dd.zip", alwaysIncludePattern":false, } 我正在获取 zip 文件,但它们实际上并未压缩。
好的..所以我找到了解决方案。看起来在 log4js(1.0.0 版)的新实现中,它们包含了压缩功能。
https://github.com/nomiddlename/log4js-node/pull/171