Documentation Index
Fetch the complete documentation index at: https://wsignal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
What It Does
wsignal logs reads saved records from:
- The configured central log file
- Any endpoint-specific log files
- Rotated files associated with those log files
.wsignal/*.jsonl from the current working directory.
Output Modes
Interactive
By default,logs opens the interactive terminal browser when:
- Standard output is a TTY
--followis not enabled--idis not set
--interactive.
Non-Interactive
Outside interactive mode,logs prints a table of records.
If --id is provided, it prints the full detail view for that one event instead.
Options
--config <path>
Read records using a specific config file.
--endpoint <name>
Only include records for one endpoint.
--id <eventId>
Show a single saved event in detail.
--last <count>
Limit the number of records returned.
--order <asc|desc>
Sort by receivedAt.
Default: desc