Skip to main content
slomo writes a commented default config.toml into .slomo/ on first run. Everything works with no edits; this page documents every knob.
.slomo/config.toml (defaults)
Environment variables override the file — see Environment variables. A malformed file is ignored (defaults apply); slomo never crashes your app over config.

[recording]

These bounds are the reason auto-tracing can capture args and results by default without bloating timelines: values are truncated structurally at capture, not after the fact.

[storage]

[redaction]

Details and examples: Redaction and privacy.

[hooks.http]

[hooks.sql]

[hooks.logging]

[hooks.snapshots]

[hooks.autotrace]

Semantics and tuning advice: Auto-tracing.

[hooks] (top level)