Releases: hellotimking/clog
Releases · hellotimking/clog
Release list
CLOG v0.6.4 - High-Visibility Caddy Logs
What's New in v0.6.4
macOS Support
CLOG is now available as a native binary for macOS. Download the build
for your architecture:
clog-darwin-arm64— Apple Silicon (M1/M2/M3/M4)clog-darwin-amd64— Intel Mac
Fixes
- Corrected version string displayed in
--help
All builds updated to v0.6.4:
clog-linux-arm64clog-linux-amd64clog-darwin-arm64clog-darwin-amd64
CLOG v0.6.3 - High-Visibility Caddy Logs
First release of CLOG v0.6.3
CLOG is a lightweight, high-visibility log processor for Caddy Server.
Stop squinting at JSON — get a clean, human-readable stream of your
Caddy access logs in seconds.
What's included
- Linux amd64 binary (servers, VMs)
- Linux arm64 binary (Raspberry Pi, etc)
Installation
- Download the binary for your platform, then:
- chmod +x clog
- sudo mv clog /usr/local/bin/
Features
- Real-time log tailing with colour-coded status codes
- Dashboard mode with live RPS and status distribution
- Filter by host, URL, errors only, or hide assets
- System resource bar showing CPU, memory, and uptime
- Zero configuration — just point it at your Caddy access log
Usage
clog /var/log/caddy/access.log
clog -d -s /var/log/caddy/access.log