docs: document channel config and structured logging

Add per-channel plugin control and JSON logging sections to USAGE.md,
CHEATSHEET.md, and derp.toml.example. Mark items done in ROADMAP.md.
This commit is contained in:
user
2026-02-15 04:16:54 +01:00
parent 668d7f89b8
commit 16425046c8
5 changed files with 81 additions and 4 deletions

View File

@@ -23,3 +23,15 @@ plugins_dir = "plugins"
[logging]
level = "info"
# format = "json" # Log format: "text" (default) or "json" (JSONL)
# -- Per-Channel Plugin Control --
# Channels without a section run all plugins.
# Channels with a `plugins` list only run those plugins.
# The `core` plugin is always active regardless of config.
# [channels."#public"]
# plugins = ["core", "dns", "cidr", "encode"]
# [channels."#ops"]
# plugins = ["core", "revshell", "payload", "exploitdb", "opslog"]