All Packages
📋
Observabilityv@Package.Version

OpenClawLogTail

Structured log viewer for .NET developers

LoggingObservabilitySerilogJSONCLI

About

A .NET global tool that tails, filters, and pretty-prints structured JSON logs from files, Azure Blob Storage, or stdin. Stop squinting at raw JSON — get colorized, human-readable log output with powerful filter expressions.

Features

  • Colorized output for Serilog, NLog, and plain JSON
  • Filter by level, timestamp range, or any property
  • Live tail mode for streaming log files
  • Read from local files, Azure Blob, or stdin pipe
  • Output to file, clipboard, or forward to another tool

Installation

Install globally
dotnet tool install --global OpenClawLogTail
Run
openclaw-log
Update to latest
dotnet tool update --global OpenClawLogTail
Uninstall
dotnet tool uninstall --global OpenClawLogTail

Quick Start

# Step 1 — Install globally (requires .NET 8 SDK or later)
dotnet tool install --global OpenClawLogTail

# Step 2 — Run it
openclaw-log

# Show all available options and flags
openclaw-log --help

# Update to the latest version at any time
dotnet tool update --global OpenClawLogTail