📋

OpenClawLogTail

Structured log viewer for .NET developers

Overview

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.

Installation

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

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

Quick Start

terminal
# Install from NuGet.org
dotnet tool install --global OpenClawLogTail

# Run the tool
openclaw-log

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

# Update when a new version is released
dotnet tool update --global OpenClawLogTail