
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
可以实时查看日志输出,和日志查询 日志查询暂时只支持linux系统
https://github.com/Monibuca/plugin-logrotate
import (
_ "m7s.live/plugin/logrotate/v4"
)
logrotate:
path: ./logs # 生成日志的目录
size: 0 # 每个日志文件的大小,单位字节,0表示不限制
days: 1 # 按时间分割,单位是天,即24小时
maxdays: 3 #日志文件保留天数
formatter : 2006-01-02T15 # 日志文件名格式化,按照go layout格式化,默认按照小时
logrotate/api/tail监听日志输出,该请求是一个SSE(server-sent Event)
logrotate/api/find查找日志,目前只支持linux系统(使用grep),参数为 ?query=xxx,比如 /logrotate/api/find?query=monibuca
logrotate/api/list日志列表,列出所有日志文件
logrotate/api/open打开日志,入参是 ?file=xxx, xxx为文件名,文件名来自日志列表中的文件,比如 logrotate/api/open?file=2024-01-23T09.log
logrotate/api/download下载某个日志,入参是?file=xxx,参数同上打开日志
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.