← 返回
开发者工具 中文

LogTail Smart Log Monitor & Analyzer

Monitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.
实时监控日志文件,过滤无用信息,突出错误,归纳模式,异常告警,让日志清晰可读。
theshadowrose theshadowrose 来源
开发者工具 clawhub v1.0.0 1 版本 99877.8 Key: 无需
★ 0
Stars
📥 817
下载
💾 5
安装
1
版本
#debugging#latest#log-tail#logs#monitoring#streaming#system

概述

LogTail Smart Log Monitor & Analyzer

Monitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.


Logs are noisy. LogTail finds the signal.

Usage

const { LogTail } = require('./src/log-tail');
const tail = new LogTail({
  files: ['./logs/app.log', './logs/error.log'],
  filters: {
    ignore: ['DEBUG', 'health_check'],
    highlight: ['ERROR', 'FATAL', 'timeout']
  }
});

tail.watch((entry) => {
  if (entry.severity === 'error') console.log('🔴', entry.message);
});

const summary = await tail.summarize({ period: '1h' });

Summary Output

📋 Log Summary — Last Hour

Total: 12,847 entries
Errors: 23 (0.18%)
Warnings: 156 (1.2%)

Top errors:
  1. "Connection timeout" — 12x (clustered 2:15-2:20 PM)
  2. "Rate limit exceeded" — 8x (spread)
  3. "File not found" — 3x

Pattern: Timeout spike correlates with backup job at 2:15 PM

Features

  • Real-time tailing with smart filtering
  • Pattern detection — recurring errors, time correlations
  • Noise reduction — configurable ignore patterns
  • Anomaly detection — "Error rate 3x normal"
  • Multi-file — multiple log files simultaneously
  • Format agnostic — JSON, plaintext, syslog, custom

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from

the use or misuse of this software — including but not limited to financial loss,

data loss, security breaches, business interruption, or any indirect/consequential damages.

  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for

their use case, environment, and risk tolerance.

  • No guarantee is made regarding accuracy, reliability, completeness, or fitness

for any particular purpose.

  • The author(s) are not responsible for how third parties use, modify, or distribute

this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read

this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system.

The author(s) are not responsible for data loss, corruption, or unauthorized access

resulting from software bugs, system failures, or user error. Always maintain

independent backups of important data. This software does not transmit data externally

unless explicitly configured by the user.


Support & Links

------
🐛 Bug ReportsTheShadowyRose@proton.me
Ko-fiko-fi.com/theshadowrose
🛒 Gumroadshadowyrose.gumroad.com
🐦 Twitter@TheShadowyRose
🐙 GitHubgithub.com/TheShadowRose
🧠 PromptBasepromptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 18:13 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,807
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,717
content-creation

SocialPack Multi-Platform Social Media Generator

theshadowrose
通过单一简报生成多平台社交媒体帖子。支持Twitter话题串、LinkedIn、Instagram和Reddit。一次输入,覆盖所有平台。
★ 0 📥 2,007