dante / log-cleaner
移除给定日期之前的日志
1.0.0
2024-01-10 12:03 UTC
Requires
- symfony/console: ^7.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10
This package is not auto-updated.
Last update: 2024-10-03 13:38:27 UTC
README
安装
composer require dante/log-cleaner
使用
./vendor/dante/log-cleaner --source {source} {older-than}
- {source} - "database" 或 "file"
日志将从 foobar.log
中加载,其中包含一些示例日志。除了一个之外,所有日志都早于 2022-01-01,因此可以作为一个好例子。
- {older-than} - YYYY-MM-DD 格式的日期
日志格式
为了正确解析,日志必须遵循以下格式
YYYY-MM-DD: {text}
测试
./vendor/bin/phpunit tests