https://github.com/monibuca/logrotateplugin
logrotate plugin for monibuca
https://github.com/monibuca/logrotateplugin
logrotate
Last synced: about 1 year ago
JSON representation
logrotate plugin for monibuca
- Host: GitHub
- URL: https://github.com/monibuca/logrotateplugin
- Owner: Monibuca
- Created: 2020-02-29T13:49:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:25:38.000Z (about 3 years ago)
- Last Synced: 2025-04-05T17:51:08.575Z (about 1 year ago)
- Topics: logrotate
- Language: Go
- Size: 582 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logrotateplugin
logrotate plugin for monibuca
日志分割插件,带UI界面,可以实时查看日志输出,和日志查询
## 插件名称
LogRotate
## 配置
```toml
[Plugins.LogRotate]
Path = "log"
Size = 0
Days = 1
```
其中Path代表生成日志的目录
Size代表按大小分割,单位是字节,如果为0,则按时间分割
Days代表按时间分割,单位是天,即24小时