Logs commands

Beta

Use the logs command to view Passport logs, and the logs:clear command to archive and reset them.

passport logs

View Passport logs, merging daemon activity and command activity by time.

Usage

passport logs [options]

Options

-f, --follow

Keep streaming new lines as they’re written.

-n, --lines <n>
Defaults to 100

Number of most recent lines to print first.

--level <level>

Only show lines at or above this level. Accepts debug, info, warn, or error.

--json

Emit raw JSON lines instead of formatted text.

--source <source>
Defaults to all

Filter by source. Accepts events (daemon lifecycle events), connections (traffic records), or all.

Examples

passport logs
passport logs --source connections
passport logs --source events
passport logs -f --level warn

passport logs:clear

Archive the current logs and start fresh. This rotates and compresses the old logs rather than deleting them.

Usage

passport logs:clear [options]

Options

--source <source>
Defaults to all

Which logs to clear. Accepts events, connections, or all.

Example

passport logs:clear