An open API service indexing awesome lists of open source software.

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

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小时