3.2.0 (2024-09-28)
features
- [
cd39697
] - feat: support relative path (#26) (TZ | 天猪 <[email protected]>)
fixes
- [
4c1632b
] - fix: all rotator should use transport file (#25) (Hongcai Deng <[email protected]>)
fixes
- [
4f52df7
] - fix: clean log should use transport options file (#24) (Hongcai Deng <[email protected]>)
fixes
- [
3371e60
] - fix: allow 2 minutes deviation on schedule cron (#22) (fengmk2 <[email protected]>)
fixes
- [
9c0f71f
] - fix: ignore not exists logdir (#21) (fengmk2 <[email protected]>) - [
3c8786d
] - fix: in for in loop add hasOwnProperty filter (#20) (AllenZeng <[email protected]>)
- fix: custom LogRotator error (#18)
fixes
- [
7211181
] - fix: support json files (#17) (Haoliang Gao <[email protected]>)
fixes
- [
922824b
] - fix: split file at 00:00:01 && update deps (#15) (TZ | 天猪 <[email protected]>)
others
- [
6b4e6e5
] - refactor: use async function and support egg@2 (#13) (Yiyu He <[email protected]>)
features
- [
bd3c95f
] - feat: support custom hour delimiter (#12) (hui <[email protected]>)
others
- [
5e6c563
] - test: upgrade dependencies (#11) (Haoliang Gao <[email protected]>)
- docs: fix License url (#10)
- chore: upgrade deps and fix test (#9)
- fix: should rotate agent log (#8)
- fix: check directory exist before readdir (#7)
- refactor: use OO refactor schedule (#6)
- feat: reload loggers after rotating (#5)
- feat: rename logrotater => logrotator (#4)
- fix: auto find log file dirs to do rotate (#2)
- feat: auto remove expired files (#1)
- init commit by egg-init