Documentation
¶
Overview ¶
Package logs centralises slog wiring for deadzone's binaries so the MCP server and scraper produce consistent JSON-on-stderr output.
Both cmd/server and cmd/scraper call New at startup with os.Stderr. Server stdout is reserved for the MCP JSON-RPC channel — anything written there that isn't a valid JSON-RPC message disconnects the client — so logs MUST go to stderr. The scraper writes to stderr too for consistency, even though it's a one-shot CLI without that constraint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.