Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

The traces command manages trace collection for debugging and monitoring.

Usage

praisonai traces [OPTIONS] COMMAND [ARGS]...

Commands

CommandDescription
enableEnable trace collection
disableDisable trace collection
statusShow trace collection status
listList recent traces

Examples

Enable tracing

praisonai traces enable

Check status

praisonai traces status

List traces

praisonai traces list

See Also