Tag
This article explains how to implement logging to the console in Game Boy Advance development using mGBA's custom memory-mapped registers, allowing printf-style debugging via the emulator's log window or terminal.
The article argues that ClickHouse has become the dominant database for observability due to its performance handling high-volume, time-ordered logs, solving long-standing log management challenges.
agent-pd is an open-source logging and monitoring tool for Claude Code agents that records all tool and permission events and replays them through deterministic detectors to catch rule violations, without blocking any actions.
DockLog is a tool that simplifies Docker logs without requiring a full logging stack.
A logging hook and CLI tool that records all tool calls and permission events from Claude Code agents into a session log, then replays the log to audit for misbehavior like unauthorized file reads or permission escalation. It is a catch-and-report flight recorder, not a blocker.
A developer argues that voice call logs must include cost and token data, not just duration and status, to properly assess voice-agent economics, sharing a lesson from a stress test where cost fields were initially null.
Cursor introduces Debug Mode, which lets the AI agent instrument code, collect runtime logs, and fix bugs based on actual evidence instead of guessing, improving accuracy and handling hard-to-reproduce issues.
Discusses the difference between observability (logging agent actions) and governance (blocking prohibited actions before execution), emphasizing that teams often conflate them and should treat them as separate problems with separate tooling.
This article describes a new feature that allows users to tail CI logs over SSH using a terminal user interface, requiring no installation and handling ANSI codes correctly.
Superlog is a self-installing observability tool that automatically instruments code, groups errors, and uses AI agents to investigate and fix bugs, aiming to reduce alert fatigue and manual setup.
Comie.dev provides a production context for AI applications, integrating logs, databases, and error tracking.
A blog post detailing a minimal pattern for adding error context in Zig using errdefer logging, comparing it to full diagnostics sinks and catch blocks, and discussing tradeoffs.