Skip to main content

Cargo logs

NAME

logs - Show logs

SYNOPSIS

logs [-s ] [-u ] [-t ] [--timestamps] [-f ] [-h|--help] <KEY>

DESCRIPTION

Show logs

OPTIONS

-s <SINCE>
Only include logs since unix timestamp

-u <UNTIL>
Only include logs until unix timestamp

-t <TAIL>
If integer only return last n logs, if "all" returns all logs

--timestamps
Bool, if set include timestamp to ever log line

-f
Bool, if set open the log as stream

-h, --help
Print help

<KEY> Canonical key of the cargo whose logs to show