You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
MaxSize(1)
Rotation("size")
2. The error is
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environments (please complete the following information):**
- OS: [e.g. Linux]
- go-zero version [e.g. 1.2.1]
- goctl version [e.g. 1.2.1, optional]
**More description**
发现 size轮转的备份规则是 RFC3339,当在1s 内写入大量日志切发生轮转行为,就会丢日志,因为命名规则是按秒命名的
The text was updated successfully, but these errors were encountered:
kevwan
changed the title
日志大小轮转,超时一定的数量会丢日志,
Logs are rotated based on size, and exceeding a certain amount will result in log loss.
Sep 25, 2024
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
Rotation("size")
The text was updated successfully, but these errors were encountered: