Fix: 2d to 48h since we cannot convert d to time.Duration in yaml (#36)

This commit is contained in:
ethfoo 2022-04-07 20:29:51 +08:00 committed by GitHub
parent 0a2322490a
commit bbad1db59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ file source用于日志采集。
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ----------- | ------------- | ---------- | -------- | ----------------------------------------------------- |
| ignoreOlder | time.Duration | 非必填 | 无 | 例如2d表示忽略更新时间在2天之前的文件无需进行采集 |
| ignoreOlder | time.Duration | 非必填 | 无 | 例如48h表示忽略更新时间在2天之前的文件无需进行采集 |
## ignoreSymlink