Skip to main content

sqd logs

Fetch logs from a squid deployed to the Cloud

sqd logs

Fetch logs from a squid deployed to the Cloud
Notes:
  • --since accepts the notation of the ms library: 1d, 10h, 1m.
  • With --level=error sqd will fetch logs emitted by three different calls to the SDK Logger, namely
    • ctx.log.error
    • ctx.log.fatal
    • ctx.log.trace
See code: src/commands/logs.ts