# plugin-logrotate **Repository Path**: sinor/plugin-logrotate ## Basic Information - **Project Name**: plugin-logrotate - **Description**: 一切都是为了测试 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: fortest - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 日志分割插件,带UI界面,可以实时查看日志输出,和日志查询 日志查询暂时只支持linux系统 # 插件名称 LogRotate # 配置 ```toml [LogRotate] Path = "log" Size = 0 Days = 1 ``` 其中Path代表生成日志的目录 Size代表按大小分割,单位是字节,如果为0,则按时间分割 Days代表按时间分割,单位是天,即24小时