Skip to main content

Module logs

Module logs 

Source
Expand description

ai-memory logs — operator-facing CLI for the file logging facility (PR-5 of issue #487). Tail, archive, purge, filter.

The subcommand operates on the directory configured by [logging] path = ... in config.toml. When logging is disabled the commands still work against the empty default directory and exit 0 — the CLI is a no-op rather than a hard error so a fresh install isn’t surprised.

Structs§

LogsArgs
PurgeArgs
TailArgs

Enums§

LogsAction

Functions§

run
ai-memory logs entry point.